1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-14 03:18:01 +08:00
SpaceVim/bundle/nvim-treesitter/queries/help/highlights.scm

15 lines
329 B
Scheme
Raw Normal View History

2022-11-14 00:10:02 +08:00
(headline) @text.title
(column_heading) @text.title
(tag
"*" @conceal (#set! conceal "")
2022-11-14 00:10:02 +08:00
name: (_) @label)
(option
"'" @conceal (#set! conceal "")
name: (_) @text.literal)
(hotlink
"|" @conceal (#set! conceal "")
2022-11-14 00:10:02 +08:00
destination: (_) @text.uri)
(backtick
"`" @conceal (#set! conceal "")
2022-11-14 00:10:02 +08:00
content: (_) @string)