nvim-treesitter/queries/help/highlights.scm
2022-03-29 18:25:23 +02:00

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)