mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
14 lines
329 B
Scheme
14 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)
|