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:
Justin M. Keyes
2022-09-08 14:26:18 -07:00
parent 2083c1771a
commit bde6176c91
3 changed files with 18 additions and 0 deletions

View 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