mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-27 12:10:06 +08:00
15 lines
329 B
Scheme
Vendored
15 lines
329 B
Scheme
Vendored
(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)
|