Skip to content

Commit 801e051

Browse files
authored
feat(semantic-tokens): add highlight for xml doccomments type (#71)
1 parent cb45ecb commit 801e051

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/one_monokai/themes/groups.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ groups.default = {
172172
["@lsp.type.string"] = { link = "@string" },
173173
["@lsp.type.struct"] = { link = "@type" },
174174
["@lsp.type.typeParameter"] = { link = "@type" },
175+
["@lsp.type.xmlDocCommentName"] = { fg = colors.pink },
176+
["@lsp.type.xmlDocCommentAttributeQuotes"] = { fg = colors.yellow },
177+
["@lsp.type.xmlDocCommentAttributeName"] = { fg = colors.green },
175178

176179
-- nvim-ts-rainbow 2
177180
TSRainbowRed = { fg = colors.dark_red },

0 commit comments

Comments
 (0)