2023-05-13 11:23:50 +02:00
|
|
|
(h1) @text.title.1
|
|
|
|
|
(h2) @text.title.2
|
|
|
|
|
(h3) @text.title.3
|
|
|
|
|
(column_heading) @text.title.4
|
2022-10-24 09:10:50 +02:00
|
|
|
(column_heading
|
|
|
|
|
"~" @conceal (#set! conceal ""))
|
2022-03-26 14:42:45 +01:00
|
|
|
(tag
|
|
|
|
|
"*" @conceal (#set! conceal "")
|
2022-09-28 14:49:51 +02:00
|
|
|
text: (_) @label)
|
|
|
|
|
(taglink
|
2022-03-26 14:42:45 +01:00
|
|
|
"|" @conceal (#set! conceal "")
|
2022-09-28 14:49:51 +02:00
|
|
|
text: (_) @text.reference)
|
|
|
|
|
(optionlink
|
2022-10-24 09:10:50 +02:00
|
|
|
text: (_) @text.reference)
|
2022-09-28 14:49:51 +02:00
|
|
|
(codespan
|
2022-03-26 14:42:45 +01:00
|
|
|
"`" @conceal (#set! conceal "")
|
2022-10-24 09:10:50 +02:00
|
|
|
text: (_) @text.literal)
|
|
|
|
|
(codeblock) @text.literal
|
|
|
|
|
(codeblock
|
2022-11-22 15:22:56 +01:00
|
|
|
[">" (language)] @conceal (#set! conceal ""))
|
2022-10-24 09:10:50 +02:00
|
|
|
(block
|
|
|
|
|
"<" @conceal (#set! conceal ""))
|
2022-06-19 14:36:37 -05:00
|
|
|
(argument) @parameter
|
2022-10-24 09:10:50 +02:00
|
|
|
(keycode) @string.special
|
|
|
|
|
(url) @text.uri
|