mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
help: update queries
This commit is contained in:
parent
3b040ce854
commit
5f85a0a2b5
1 changed files with 11 additions and 2 deletions
|
|
@ -2,6 +2,8 @@
|
|||
(h2) @text.title
|
||||
(h3) @text.title
|
||||
(column_heading) @text.title
|
||||
(column_heading
|
||||
"~" @conceal (#set! conceal ""))
|
||||
(tag
|
||||
"*" @conceal (#set! conceal "")
|
||||
text: (_) @label)
|
||||
|
|
@ -9,8 +11,15 @@
|
|||
"|" @conceal (#set! conceal "")
|
||||
text: (_) @text.reference)
|
||||
(optionlink
|
||||
text: (_) @text.literal)
|
||||
text: (_) @text.reference)
|
||||
(codespan
|
||||
"`" @conceal (#set! conceal "")
|
||||
text: (_) @string)
|
||||
text: (_) @text.literal)
|
||||
(codeblock) @text.literal
|
||||
(codeblock
|
||||
">" @conceal (#set! conceal ""))
|
||||
(block
|
||||
"<" @conceal (#set! conceal ""))
|
||||
(argument) @parameter
|
||||
(keycode) @string.special
|
||||
(url) @text.uri
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue