We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e8b06 commit 916da51Copy full SHA for 916da51
lua/astrotheme/groups/plugins/nvim-treesitter.lua
@@ -43,6 +43,7 @@ local function callback()
43
["@string.escape"] = { fg = C.red },
44
["@string.regex"] = { fg = C.green },
45
["@tag"] = { fg = C.red },
46
+ ["@tag.attribute"] = { fg = C.cyan },
47
["@tag.delimiter"] = { fg = C.text },
48
["@text"] = { fg = C.text },
49
["@text.emphasis"] = { fg = C.purple, italic = true },
0 commit comments