mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -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
|
|
@ -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