From 57657a350707c2eefb404c2a739ec1c21db58654 Mon Sep 17 00:00:00 2001 From: Shawon Date: Thu, 29 May 2025 08:28:14 +0600 Subject: [PATCH] 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. --- lua/nvim-treesitter/parsers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index e3f33d142..a44aaff96 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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' },