feat: add vimdoc parser and highlight queries

This commit is contained in:
Christian Clason 2022-03-26 14:42:45 +01:00 committed by Christian Clason
parent 82584359b7
commit 7e9c46b678
3 changed files with 27 additions and 0 deletions

View file

@ -827,6 +827,16 @@ list.vim = {
maintainers = { "@vigoux" },
}
list.help = {
install_info = {
url = "https://github.com/vigoux/tree-sitter-vimdoc",
files = { "src/parser.c", "src/scanner.c" },
},
filetype = "help",
maintainers = { "@vigoux" },
experimental = true,
}
list.json5 = {
install_info = {
url = "https://github.com/Joakker/tree-sitter-json5",