mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 07:20:06 -04:00
update vimdoc parser and queries
This commit is contained in:
parent
27cba73df9
commit
5f6f866c86
3 changed files with 13 additions and 13 deletions
|
|
@ -1,15 +1,16 @@
|
|||
(headline) @text.title
|
||||
(h1) @text.title
|
||||
(h2) @text.title
|
||||
(h3) @text.title
|
||||
(column_heading) @text.title
|
||||
(tag
|
||||
"*" @conceal (#set! conceal "")
|
||||
name: (_) @label)
|
||||
(option
|
||||
"'" @conceal (#set! conceal "")
|
||||
name: (_) @text.literal)
|
||||
(hotlink
|
||||
text: (_) @label)
|
||||
(taglink
|
||||
"|" @conceal (#set! conceal "")
|
||||
destination: (_) @text.reference)
|
||||
(backtick
|
||||
text: (_) @text.reference)
|
||||
(optionlink
|
||||
text: (_) @text.literal)
|
||||
(codespan
|
||||
"`" @conceal (#set! conceal "")
|
||||
content: (_) @string)
|
||||
text: (_) @string)
|
||||
(argument) @parameter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue