mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
chore(help)!: renamed to vimdoc
This commit is contained in:
parent
2f3113ff6d
commit
93fa5df0a3
5 changed files with 14 additions and 13 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue