From c1eda283068a52ab955d701deec181ac2258814a Mon Sep 17 00:00:00 2001 From: purarue <7804791+purarue@users.noreply.github.com> Date: Sat, 13 Sep 2025 11:48:11 -0700 Subject: [PATCH] bump revision to latest parser with abi 15 --- 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 16663a63b..8a364b5b7 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1911,7 +1911,7 @@ return { rifleconf = { install_info = { url = 'https://github.com/purarue/tree-sitter-rifleconf', - revision = '77e3d9ba708f6b6f1df36ea89a2b63ea3f000964', + revision = 'ff80e6df29622edfbd82df074fd898fbb0ab540b', }, maintainers = { '@purarue' }, tier = 2,