From 93fa5df0a3f0aeb72df50a9d2110cb90fc5a0a13 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 1 Apr 2023 15:58:48 +0200 Subject: chore(help)!: renamed to vimdoc --- lua/nvim-treesitter/parsers.lua | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'lua') 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", -- cgit v1.2.3-70-g09d2