refactor(parsers): change qf parser tier

Reason,
  - Parser grammar may be subject to change.
This commit is contained in:
Shawon 2025-05-29 14:19:51 +06:00
parent 3ff8adb2bb
commit 5fa2088ff8
2 changed files with 2 additions and 2 deletions

View file

@ -226,7 +226,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | | @steelsojka
[purescript](https://github.com/postsolar/tree-sitter-purescript) | unstable | `H  JL` | | @postsolar
[pymanifest](https://github.com/tree-sitter-grammars/tree-sitter-pymanifest) | unstable | `H  J ` | | @ObserverOfTime
[python](https://github.com/tree-sitter/tree-sitter-python) | unstable | `HFIJL` | | @stsewd, @theHamsta
[qf](https://github.com/OXY2DEV/tree-sitter-qf)[^qf] | stable | `H  J ` | | @OXY2DEV
[qf](https://github.com/OXY2DEV/tree-sitter-qf)[^qf] | unstable | `H  J ` | | @OXY2DEV
[ql](https://github.com/tree-sitter/tree-sitter-ql) | unstable | `HFIJL` | | @pwntester
[qmldir](https://github.com/tree-sitter-grammars/tree-sitter-qmldir) | unstable | `H  J ` | | @amaanq
[qmljs](https://github.com/yuja/tree-sitter-qmljs) | unstable | `HF J ` | | @Decodetalkers

View file

@ -1769,7 +1769,7 @@ return {
url = 'https://github.com/OXY2DEV/tree-sitter-qf',
},
maintainers = { '@OXY2DEV' },
tier = 1,
tier = 2,
readme_note = 'Vim quickfix list',
},
ql = {