help: update queries

This commit is contained in:
Christian Clason 2022-10-24 09:10:50 +02:00 committed by Christian Clason
parent 3b040ce854
commit 5f85a0a2b5

View file

@ -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