From 5fa2088ff8a9cfb6dc0853898adc06d35fa63042 Mon Sep 17 00:00:00 2001 From: Shawon Date: Thu, 29 May 2025 14:19:51 +0600 Subject: [PATCH] refactor(parsers): change qf parser tier Reason, - Parser grammar may be subject to change. --- SUPPORTED_LANGUAGES.md | 2 +- lua/nvim-treesitter/parsers.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index b0520c6b6..e3683bfe5 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -226,7 +226,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | | @steelsojka [purescript](https://github.com/postsolar/tree-sitter-purescript) | unstable | `H  JL` | | @postsolar [pymanifest](https://github.com/tree-sitter-grammars/tree-sitter-pymanifest) | unstable | `H  J ` | | @ObserverOfTime [python](https://github.com/tree-sitter/tree-sitter-python) | unstable | `HFIJL` | | @stsewd, @theHamsta -[qf](https://github.com/OXY2DEV/tree-sitter-qf)[^qf] | stable | `H  J ` | | @OXY2DEV +[qf](https://github.com/OXY2DEV/tree-sitter-qf)[^qf] | unstable | `H  J ` | | @OXY2DEV [ql](https://github.com/tree-sitter/tree-sitter-ql) | unstable | `HFIJL` | | @pwntester [qmldir](https://github.com/tree-sitter-grammars/tree-sitter-qmldir) | unstable | `H  J ` | | @amaanq [qmljs](https://github.com/yuja/tree-sitter-qmljs) | unstable | `HF J ` | | @Decodetalkers diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index a44aaff96..d23c3a0ae 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1769,7 +1769,7 @@ return { url = 'https://github.com/OXY2DEV/tree-sitter-qf', }, maintainers = { '@OXY2DEV' }, - tier = 1, + tier = 2, readme_note = 'Vim quickfix list', }, ql = {