aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua17
1 files changed, 9 insertions, 8 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index c3c9bab6c..753ad51e5 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -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",