mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 14:30:05 -04: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)
|