mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
feat(parsers): Add qf(quickfix0
This commit is contained in:
parent
c1dfc39285
commit
9b5d24111e
4 changed files with 50 additions and 0 deletions
|
|
@ -1763,6 +1763,14 @@ return {
|
|||
maintainers = { '@stsewd', '@theHamsta' },
|
||||
tier = 2,
|
||||
},
|
||||
qf = {
|
||||
install_info = {
|
||||
revision = 'v1.0.0',
|
||||
url = 'https://github.com/OXY2DEV/tree-sitter-qf'
|
||||
},
|
||||
maintainers = { '@OXY2DEV' },
|
||||
tier = 1
|
||||
},
|
||||
ql = {
|
||||
install_info = {
|
||||
revision = '1fd627a4e8bff8c24c11987474bd33112bead857',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue