From 8195ffa93964afc3643ae45925f003fa3ba929d4 Mon Sep 17 00:00:00 2001 From: siduck Date: Mon, 4 Jul 2022 15:00:27 +0530 Subject: [PATCH] misc --- lua/base46/integrations/treesitter.lua | 8 ++++++++ 1 file changed, 8 insertions(+) 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", + }, }