Skip to content

Commit

Permalink
fix(spectral-language-server): remove Linter and add LSP to categories (
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman authored Aug 1, 2022
1 parent cade568 commit eee851f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mason-registry/spectral-language-server/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ return Pkg.new {
desc = [[Awesome Spectral JSON/YAML linter with OpenAPI/AsyncAPI support. Spectral is a flexible object linter with out of the box support for OpenAPI v2 and v3, JSON Schema, and AsyncAPI.]],
homepage = "https://github.com/luizcorreia/spectral-language-server",
languages = { Pkg.Lang.JSON, Pkg.Lang.YAML },
categories = { Pkg.Cat.Linter },
categories = { Pkg.Cat.LSP },
install = npm.packages { "spectral-language-server", bin = { "spectral-language-server" } },
}

0 comments on commit eee851f

Please sign in to comment.