mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 21:25:04 -07:00
342312b8ad
cherry-picked from 5093f38c9f
(omit partial doc change)
24 lines
523 B
Scheme
24 lines
523 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
|
|
(codeblock
|
|
[">" (language)] @conceal (#set! conceal ""))
|
|
(block
|
|
"<" @conceal (#set! conceal ""))
|
|
(argument) @parameter
|
|
(keycode) @string.special
|
|
(url) @text.uri
|