From 26613cb0f66cc236c47065a691ee947cd286863a Mon Sep 17 00:00:00 2001 From: siduck Date: Wed, 19 Oct 2022 18:04:22 +0530 Subject: [PATCH] add tag hl group --- lua/base46/integrations/treesitter.lua | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lua/base46/integrations/treesitter.lua b/lua/base46/integrations/treesitter.lua index 7a5738b..3aa5194 100644 --- a/lua/base46/integrations/treesitter.lua +++ b/lua/base46/integrations/treesitter.lua @@ -1,12 +1,12 @@ local theme = require("base46").get_theme_tb "base_16" return { - -- `@annotation` is not one of the default capture group, should we keep it - ["@annotation"] = { + -- `@annotation` is not one of the default capture group, should we keep it + ["@annotation"] = { fg = theme.base0F, }, - ['@attribute'] = { + ["@attribute"] = { fg = theme.base0A, }, @@ -110,7 +110,9 @@ return { fg = theme.base0B, }, - -- @tag + ["@tag"] = { + link = "Tag", + }, ["@tag.attribute"] = { link = "@property",