diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2023-04-08 12:02:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-08 10:02:59 +0000 |
| commit | 50d8da68a69050e435b53d18c5a8aa9bd16f2afc (patch) | |
| tree | ac5dc15d16ee2131df062bf7cb9c9644e63a5e44 /PACKAGES.md | |
| parent | refactor(log): dont print to console when headless by default (#1193) (diff) | |
| download | mason-50d8da68a69050e435b53d18c5a8aa9bd16f2afc.tar mason-50d8da68a69050e435b53d18c5a8aa9bd16f2afc.tar.gz mason-50d8da68a69050e435b53d18c5a8aa9bd16f2afc.tar.bz2 mason-50d8da68a69050e435b53d18c5a8aa9bd16f2afc.tar.lz mason-50d8da68a69050e435b53d18c5a8aa9bd16f2afc.tar.xz mason-50d8da68a69050e435b53d18c5a8aa9bd16f2afc.tar.zst mason-50d8da68a69050e435b53d18c5a8aa9bd16f2afc.zip | |
chore: autogenerate (#1195)
Diffstat (limited to 'PACKAGES.md')
| -rw-r--r-- | PACKAGES.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md index eba23e81..9261540a 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -258,6 +258,7 @@ - [sqls](#sqls) - [standardrb](#standardrb) - [staticcheck](#staticcheck) +- [stylelint](#stylelint) - [stylelint-lsp](#stylelint-lsp) - [stylua](#stylua) - [svelte-language-server](#svelte-language-server) @@ -271,6 +272,7 @@ - [texlab](#texlab) - [textlint](#textlint) - [tflint](#tflint) +- [tree-sitter-cli](#tree-sitter-cli) - [twigcs](#twigcs) - [typescript-language-server](#typescript-language-server) - [typst-lsp](#typst-lsp) @@ -3211,6 +3213,17 @@ Categories: `Linter` ``` :MasonInstall staticcheck ``` +# stylelint + +> A mighty CSS linter that helps you avoid errors and enforce conventions. + +Homepage: [https://stylelint.io](https://stylelint.io) +Languages: `CSS` `Sass` `SCSS` `LESS` +Categories: `Linter` + +``` +:MasonInstall stylelint +``` # stylelint-lsp > A stylelint Language Server @@ -3355,6 +3368,19 @@ Categories: `LSP` `Linter` ``` :MasonInstall tflint ``` +# tree-sitter-cli + +> The Tree-sitter CLI allows you to develop, test, and use Tree-sitter grammars from the command line. It works on +MacOS, Linux, and Windows. + + +Homepage: [https://github.com/tree-sitter/tree-sitter/blob/master/cli/README.md](https://github.com/tree-sitter/tree-sitter/blob/master/cli/README.md) +Languages: +Categories: `Compiler` + +``` +:MasonInstall tree-sitter-cli +``` # twigcs > The missing checkstyle for twig! Twigcs aims to be what phpcs is to php. It checks your codebase for violations |
