mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
![github-actions[bot]](/assets/img/avatar_default.png)
build(deps): bump vimdoc (help) parser to v1.2.1
(cherry picked from commit fdb15c3c3f
)
Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
20 lines
420 B
Scheme
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
|