Skip to content

Commit

Permalink
feat(pyre): add LSP category (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Jan 23, 2023
1 parent beb79ce commit 22c8a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mason-registry/pyre/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ return Pkg.new {
desc = [[Pyre is a performant type checker for Python compliant with PEP 484]],
homepage = "https://pypi.org/project/pyre-check/",
languages = { Pkg.Lang.Python },
categories = { Pkg.Cat.Linter },
categories = { Pkg.Cat.Linter, Pkg.Cat.LSP },
install = pip3.packages { "pyre-check", bin = { "pyre" } },
}

0 comments on commit 22c8a1e

Please sign in to comment.