mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
update vimdoc parser and queries
This commit is contained in:
parent
27cba73df9
commit
5f6f866c86
3 changed files with 13 additions and 13 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue