We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2730af5 commit 3df286bCopy full SHA for 3df286b
lua/zenbones/specs/dark.lua
@@ -306,6 +306,11 @@ local function generate(p, opt)
306
sym "@markup.raw.markdown" { Type },
307
sym "@markup.link.url.markdown" { SpecialComment },
308
309
+ sym "@markup.link.vimdoc" { Identifier, gui = "underline" },
310
+ sym "@markup.raw.block.vimdoc" { fg = 'NONE' },
311
+ sym "@variable.parameter.vimdoc" { Type },
312
+ sym "@label.vimdoc" { Type, gui = "bold" },
313
+
314
-- LSP Semantic Token Groups
315
sym "@lsp.type.boolean" { sym "@boolean" },
316
sym "@lsp.type.builtinType" { sym "@type.builtin" },
@@ -366,8 +371,8 @@ local function generate(p, opt)
366
371
markdownLinkText { Identifier, gui = "underline" },
367
372
markdownLinkTextDelimiter { Delimiter },
368
373
369
- helpHyperTextEntry { Special },
370
- helpHyperTextJump { Constant },
374
+ helpHyperTextEntry { Type, gui = "bold" },
375
+ helpHyperTextJump { Identifier, gui = "underline" },
376
helpSpecial { Type },
377
helpOption { Constant },
378
lua/zenbones/specs/light.lua
0 commit comments