We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb45ecb commit 801e051Copy full SHA for 801e051
lua/one_monokai/themes/groups.lua
@@ -172,6 +172,9 @@ groups.default = {
172
["@lsp.type.string"] = { link = "@string" },
173
["@lsp.type.struct"] = { link = "@type" },
174
["@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 },
178
179
-- nvim-ts-rainbow 2
180
TSRainbowRed = { fg = colors.dark_red },
0 commit comments