From c67ca6929b2625c6e241a6e6462dc18a8c21960e Mon Sep 17 00:00:00 2001 From: Shawon Date: Mon, 26 May 2025 14:05:37 +0600 Subject: [PATCH] fix(parsers): Update qf - Updated parser version, + Removed extra whitespaces for `col` - Added note --- lua/nvim-treesitter/parsers.lua | 4 +++- runtime/queries/qf/highlights.scm | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 65192b97e..4a5484501 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1765,11 +1765,13 @@ return { }, qf = { install_info = { - revision = 'v1.0.0', + revision = 'v1.1.0', url = 'https://github.com/OXY2DEV/tree-sitter-qf', }, maintainers = { '@OXY2DEV' }, tier = 1, + + readme_note = 'Vim quickfix', }, ql = { install_info = { diff --git a/runtime/queries/qf/highlights.scm b/runtime/queries/qf/highlights.scm index 17dee7b18..899614ae4 100644 --- a/runtime/queries/qf/highlights.scm +++ b/runtime/queries/qf/highlights.scm @@ -1,6 +1,6 @@ "|" @punctuation.delimiter -" col " @keyword +"col" @keyword [ (row)