diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2022-09-28 14:49:51 +0200 |
|---|---|---|
| committer | Christian Clason <christian.clason@uni-due.de> | 2022-09-29 08:41:42 +0200 |
| commit | 5f6f866c86fdef9fbcdb72a7dbe1d082a664a9c7 (patch) | |
| tree | cd05de7ab6bdf5158badb785b98dcd0abdfcfc99 /lua | |
| parent | indents(wgsl): add indents.scm (diff) | |
| download | nvim-treesitter-5f6f866c86fdef9fbcdb72a7dbe1d082a664a9c7.tar nvim-treesitter-5f6f866c86fdef9fbcdb72a7dbe1d082a664a9c7.tar.gz nvim-treesitter-5f6f866c86fdef9fbcdb72a7dbe1d082a664a9c7.tar.bz2 nvim-treesitter-5f6f866c86fdef9fbcdb72a7dbe1d082a664a9c7.tar.lz nvim-treesitter-5f6f866c86fdef9fbcdb72a7dbe1d082a664a9c7.tar.xz nvim-treesitter-5f6f866c86fdef9fbcdb72a7dbe1d082a664a9c7.tar.zst nvim-treesitter-5f6f866c86fdef9fbcdb72a7dbe1d082a664a9c7.zip | |
update vimdoc parser and queries
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 34fb8be89..db8ea2c98 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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 = { |
