mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix: change helixql to tier 2 (unstable)
Tier 4 parsers are excluded from CI compilation, which is why the parser wasn't being built and queries couldn't be validated.
This commit is contained in:
parent
1a5c29bc8b
commit
e33465283f
2 changed files with 2 additions and 2 deletions
2
SUPPORTED_LANGUAGES.md
generated
2
SUPPORTED_LANGUAGES.md
generated
|
|
@ -123,7 +123,7 @@ ecma (queries only)[^ecma] | unstable | `HFIJL` | @steelsojka
|
|||
[haskell_persistent](https://github.com/MercuryTechnologies/tree-sitter-haskell-persistent) | unstable | `HF ` | @lykahb
|
||||
[hcl](https://github.com/tree-sitter-grammars/tree-sitter-hcl) | unstable | `HFIJ ` | @MichaHoffmann
|
||||
[heex](https://github.com/connorlay/tree-sitter-heex) | unstable | `HFIJL` | @connorlay
|
||||
[helixql](https://github.com/benwoodward/tree-sitter-helixql) | unsupported | `HF ` | @benwoodward
|
||||
[helixql](https://github.com/benwoodward/tree-sitter-helixql) | unstable | `HF ` | @benwoodward
|
||||
[helm](https://github.com/ngalaiko/tree-sitter-go-template) | unstable | `HF JL` | @qvalentin
|
||||
[hjson](https://github.com/winston0410/tree-sitter-hjson) | unstable | `HFIJL` | @winston0410
|
||||
[hlsl](https://github.com/tree-sitter-grammars/tree-sitter-hlsl) | unstable | `HFIJL` | @theHamsta
|
||||
|
|
|
|||
|
|
@ -918,7 +918,7 @@ return {
|
|||
url = 'https://github.com/benwoodward/tree-sitter-helixql',
|
||||
},
|
||||
maintainers = { '@benwoodward' },
|
||||
tier = 4,
|
||||
tier = 2,
|
||||
},
|
||||
hjson = {
|
||||
install_info = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue