2022-11-13 23:50:23 +08:00
|
|
|
(h1) @text.title
|
|
|
|
(h2) @text.title
|
|
|
|
(h3) @text.title
|
2022-04-14 12:01:23 +08:00
|
|
|
(column_heading) @text.title
|
2022-11-13 23:50:23 +08:00
|
|
|
(column_heading
|
|
|
|
"~" @conceal (#set! conceal ""))
|
2022-04-14 12:01:23 +08:00
|
|
|
(tag
|
|
|
|
"*" @conceal (#set! conceal "")
|
2022-11-13 23:50:23 +08:00
|
|
|
text: (_) @label)
|
|
|
|
(taglink
|
2022-04-14 12:01:23 +08:00
|
|
|
"|" @conceal (#set! conceal "")
|
2022-11-13 23:50:23 +08:00
|
|
|
text: (_) @text.reference)
|
|
|
|
(optionlink
|
|
|
|
text: (_) @text.reference)
|
|
|
|
(codespan
|
2022-04-14 12:01:23 +08:00
|
|
|
"`" @conceal (#set! conceal "")
|
2022-11-13 23:50:23 +08:00
|
|
|
text: (_) @text.literal)
|
|
|
|
(codeblock) @text.literal
|
|
|
|
(codeblock
|
|
|
|
">" @conceal (#set! conceal ""))
|
|
|
|
(block
|
|
|
|
"<" @conceal (#set! conceal ""))
|
|
|
|
(argument) @parameter
|
|
|
|
(keycode) @string.special
|
|
|
|
(url) @text.uri
|