mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
fix(parsers): Update qf revision tag
Adds child nodes for the `row` & `col`, - `value` when the value is a number. - `from` & `to` when the value is a range.
This commit is contained in:
parent
f75193b2a4
commit
57657a3507
1 changed files with 1 additions and 1 deletions
|
|
@ -1765,7 +1765,7 @@ return {
|
|||
},
|
||||
qf = {
|
||||
install_info = {
|
||||
revision = 'v1.1.0',
|
||||
revision = 'v1.2.0',
|
||||
url = 'https://github.com/OXY2DEV/tree-sitter-qf',
|
||||
},
|
||||
maintainers = { '@OXY2DEV' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue