mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
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.
This commit is contained in:
parent
226c1475a4
commit
584ccea56e
3 changed files with 4 additions and 4 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue