aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
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 /README.md
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 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 22b723059..b6fb87949 100644
--- a/README.md
+++ b/README.md
@@ -346,7 +346,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [vala](https://github.com/vala-lang/tree-sitter-vala) (maintained by @Prince781)
- [x] [verilog](https://github.com/tree-sitter/tree-sitter-verilog) (maintained by @zegervdv)
- [x] [vhs](https://github.com/charmbracelet/tree-sitter-vhs) (maintained by @caarlos0)
-- [x] [vim](https://github.com/vigoux/tree-sitter-viml) (maintained by @vigoux)
+- [x] [vim](https://github.com/neovim/tree-sitter-vim) (maintained by @clason)
- [x] [vimdoc](https://github.com/neovim/tree-sitter-vimdoc) (maintained by @clason)
- [x] [vue](https://github.com/ikatyang/tree-sitter-vue) (maintained by @WhyNotHugo)
- [x] [wgsl](https://github.com/szebniok/tree-sitter-wgsl) (maintained by @szebniok)