From bd91705ffc0df1f75f55cf8f3e48db15a529654d Mon Sep 17 00:00:00 2001 From: Shawon Date: Wed, 24 Sep 2025 19:07:08 +0600 Subject: [PATCH] chore(kitty): Updated parser version Adds support for `background` keyword for color options. --- 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 78b5e8edb..a6e35c292 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1207,7 +1207,7 @@ return { }, kitty = { install_info = { - revision = 'b5a5f714ab0f2c9c459101b4540914e214248690', + revision = '2662b50382cd43b283f8fcf5afdd0c8f5068cde8', url = 'https://github.com/OXY2DEV/tree-sitter-kitty', }, maintainers = { '@OXY2DEV' },