mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-28 00:50:05 +08:00
15 lines
329 B
Scheme
15 lines
329 B
Scheme
|
(headline) @text.title
|
||
|
(column_heading) @text.title
|
||
|
(tag
|
||
|
"*" @conceal (#set! conceal "")
|
||
|
name: (_) @label)
|
||
|
(option
|
||
|
"'" @conceal (#set! conceal "")
|
||
|
name: (_) @text.literal)
|
||
|
(hotlink
|
||
|
"|" @conceal (#set! conceal "")
|
||
|
destination: (_) @text.uri)
|
||
|
(backtick
|
||
|
"`" @conceal (#set! conceal "")
|
||
|
content: (_) @string)
|