Skip to content

Commit

Permalink
chore(registry): change ruff-lsp category from linter to lsp (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave-Elec authored Dec 25, 2022
1 parent 99ac190 commit b2b6e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PACKAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4159,7 +4159,7 @@ Categories: `Linter`
Homepage: [https://github.com/charliermarsh/ruff-lsp/](https://github.com/charliermarsh/ruff-lsp/)
Languages: `Python`
Categories: `Linter`
Categories: `LSP`

<details>
<summary>History:</summary>
Expand Down
2 changes: 1 addition & 1 deletion lua/mason-registry/ruff-lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ return Pkg.new {
desc = [[A Language Server Protocol implementation for Ruff - An extremely fast Python linter, written in Rust.]],
homepage = "https://github.com/charliermarsh/ruff-lsp/",
languages = { Pkg.Lang.Python },
categories = { Pkg.Cat.Linter },
categories = { Pkg.Cat.LSP },
install = pip3.packages { "ruff-lsp", bin = { "ruff-lsp" } },
}

0 comments on commit b2b6e4d

Please sign in to comment.