From ba25a5f3ba391c80786a2d14f6090766b9bc053c Mon Sep 17 00:00:00 2001 From: siduck Date: Mon, 4 Jul 2022 05:53:29 +0530 Subject: [PATCH] add TSkeyword hl to treesitter integration | fix https://github.com/NvChad/NvChad/issues/1308 --- lua/base46/integrations/treesitter.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/base46/integrations/treesitter.lua b/lua/base46/integrations/treesitter.lua index ec5736d..33737ac 100644 --- a/lua/base46/integrations/treesitter.lua +++ b/lua/base46/integrations/treesitter.lua @@ -41,6 +41,10 @@ return { sp = "none", }, + TSKeyword = { + fg = theme.base0E, + }, + TSKeywordFunction = { fg = theme.base0E, sp = "none",