Files
neovim/runtime/queries/help/highlights.scm
2022-10-14 02:36:34 +02:00

20 lines
420 B
Scheme

(h1) @text.title
(h2) @text.title
(h3) @text.title
(column_heading) @text.title
(tag
"*" @conceal (#set! conceal "")
text: (_) @label)
(taglink
"|" @conceal (#set! conceal "")
text: (_) @text.reference)
(optionlink
text: (_) @text.reference)
(codespan
"`" @conceal (#set! conceal "")
text: (_) @text.literal)
(codeblock) @text.literal
(argument) @parameter
(keycode) @string.special
(url) @text.uri