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:
Shawon 2025-05-29 08:28:14 +06:00
parent f75193b2a4
commit 57657a3507

View file

@ -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' },