mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
refactor(parsers): change qf parser tier
Reason, - Parser grammar may be subject to change.
This commit is contained in:
parent
3ff8adb2bb
commit
5fa2088ff8
2 changed files with 2 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue