aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-04-07 15:03:10 +0200
committerGitHub <noreply@github.com>2023-04-07 15:03:10 +0200
commit584ccea56e2d37b31ba292da2b539e1a4bb411ca (patch)
tree01e40c7b00a9bce2c137a73784a9c58cef67b540 /lua
parentUpdate parsers: sql (#4615) (diff)
downloadnvim-treesitter-584ccea56e2d37b31ba292da2b539e1a4bb411ca.tar
nvim-treesitter-584ccea56e2d37b31ba292da2b539e1a4bb411ca.tar.gz
nvim-treesitter-584ccea56e2d37b31ba292da2b539e1a4bb411ca.tar.bz2
nvim-treesitter-584ccea56e2d37b31ba292da2b539e1a4bb411ca.tar.lz
nvim-treesitter-584ccea56e2d37b31ba292da2b539e1a4bb411ca.tar.xz
nvim-treesitter-584ccea56e2d37b31ba292da2b539e1a4bb411ca.tar.zst
nvim-treesitter-584ccea56e2d37b31ba292da2b539e1a4bb411ca.zip
vim: switch to parser maintained by Neovim (#4610)
Problem: The current vimscript parser has not been maintained for a while, which was a blocker for packaging the coming Neovim release. Solution: Fork parser to https://github.com/neovim/tree-sitter-vim/ and maintain it there from now on.
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 753ad51e5..9e7c52091 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -1536,10 +1536,10 @@ list.vhs = {
list.vim = {
install_info = {
- url = "https://github.com/vigoux/tree-sitter-viml",
+ url = "https://github.com/neovim/tree-sitter-vim",
files = { "src/parser.c", "src/scanner.c" },
},
- maintainers = { "@vigoux" },
+ maintainers = { "@clason" },
}
list.vimdoc = {