Skip to content

Commit

Permalink
feat(treesitter): add hl '@tag.attribute' (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: A-Lamia <git@lamia.io>
  • Loading branch information
mehalter and A-Lamia authored Apr 11, 2023
1 parent 33e8b06 commit 916da51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrotheme/groups/plugins/nvim-treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ local function callback()
["@string.escape"] = { fg = C.red },
["@string.regex"] = { fg = C.green },
["@tag"] = { fg = C.red },
["@tag.attribute"] = { fg = C.cyan },
["@tag.delimiter"] = { fg = C.text },
["@text"] = { fg = C.text },
["@text.emphasis"] = { fg = C.purple, italic = true },
Expand Down

0 comments on commit 916da51

Please sign in to comment.