chore(help)!: renamed to vimdoc

This commit is contained in:
Christian Clason 2023-04-01 15:58:48 +02:00
parent 2f3113ff6d
commit 93fa5df0a3
5 changed files with 14 additions and 13 deletions

View file

@ -641,14 +641,6 @@ list.heex = {
maintainers = { "@connorlay" },
}
list.help = {
install_info = {
url = "https://github.com/neovim/tree-sitter-vimdoc",
files = { "src/parser.c" },
},
maintainers = { "@vigoux" },
}
list.hjson = {
install_info = {
url = "https://github.com/winston0410/tree-sitter-hjson",
@ -1550,6 +1542,15 @@ list.vim = {
maintainers = { "@vigoux" },
}
list.vimdoc = {
install_info = {
url = "https://github.com/neovim/tree-sitter-vimdoc",
files = { "src/parser.c" },
},
filetype = "help",
maintainers = { "@clason" },
}
list.vue = {
install_info = {
url = "https://github.com/ikatyang/tree-sitter-vue",