mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
feat(treesitter): bundle :help parser and queries
parser from https://github.com/vigoux/tree-sitter-vimdoc queries from nvim-treesitter
This commit is contained in:
14
runtime/queries/help/highlights.scm
Normal file
14
runtime/queries/help/highlights.scm
Normal file
@@ -0,0 +1,14 @@
|
||||
(headline) @text.title
|
||||
(column_heading) @text.title
|
||||
(tag
|
||||
"*" @conceal (#set! conceal "")
|
||||
name: (_) @label)
|
||||
(option
|
||||
name: (_) @text.literal)
|
||||
(hotlink
|
||||
"|" @conceal (#set! conceal "")
|
||||
destination: (_) @text.reference)
|
||||
(backtick
|
||||
"`" @conceal (#set! conceal "")
|
||||
content: (_) @string)
|
||||
(argument) @parameter
|
||||
Reference in New Issue
Block a user