diff --git a/lua/base46/integrations/treesitter.lua b/lua/base46/integrations/treesitter.lua index ee0d88a..acad737 100644 --- a/lua/base46/integrations/treesitter.lua +++ b/lua/base46/integrations/treesitter.lua @@ -181,4 +181,12 @@ return { TSProperty = { fg = theme.base08, }, + + TSInclude = { + link = "Include", + }, + + TSConditional = { + link = "Conditional", + }, }