Skip to content

Commit 916da51

Browse files
mehalterA-Lamia
andauthored
feat(treesitter): add hl '@tag.attribute' (#23)
Co-authored-by: A-Lamia <git@lamia.io>
1 parent 33e8b06 commit 916da51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/astrotheme/groups/plugins/nvim-treesitter.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ local function callback()
4343
["@string.escape"] = { fg = C.red },
4444
["@string.regex"] = { fg = C.green },
4545
["@tag"] = { fg = C.red },
46+
["@tag.attribute"] = { fg = C.cyan },
4647
["@tag.delimiter"] = { fg = C.text },
4748
["@text"] = { fg = C.text },
4849
["@text.emphasis"] = { fg = C.purple, italic = true },

0 commit comments

Comments
 (0)