update vimdoc parser and queries

This commit is contained in:
Christian Clason 2022-09-28 14:49:51 +02:00 committed by Christian Clason
parent 27cba73df9
commit 5f6f866c86
3 changed files with 13 additions and 13 deletions

View file

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