mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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
|
(h2) @text.title
|
||||||
(h3) @text.title
|
(h3) @text.title
|
||||||
(column_heading) @text.title
|
(column_heading) @text.title
|
||||||
|
(column_heading
|
||||||
|
"~" @conceal (#set! conceal ""))
|
||||||
(tag
|
(tag
|
||||||
"*" @conceal (#set! conceal "")
|
"*" @conceal (#set! conceal "")
|
||||||
text: (_) @label)
|
text: (_) @label)
|
||||||
|
|
@ -9,8 +11,15 @@
|
||||||
"|" @conceal (#set! conceal "")
|
"|" @conceal (#set! conceal "")
|
||||||
text: (_) @text.reference)
|
text: (_) @text.reference)
|
||||||
(optionlink
|
(optionlink
|
||||||
text: (_) @text.literal)
|
text: (_) @text.reference)
|
||||||
(codespan
|
(codespan
|
||||||
"`" @conceal (#set! conceal "")
|
"`" @conceal (#set! conceal "")
|
||||||
text: (_) @string)
|
text: (_) @text.literal)
|
||||||
|
(codeblock) @text.literal
|
||||||
|
(codeblock
|
||||||
|
">" @conceal (#set! conceal ""))
|
||||||
|
(block
|
||||||
|
"<" @conceal (#set! conceal ""))
|
||||||
(argument) @parameter
|
(argument) @parameter
|
||||||
|
(keycode) @string.special
|
||||||
|
(url) @text.uri
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue