mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
feat: add support for vim
This commit is contained in:
parent
460a26ef32
commit
f2076b267e
4 changed files with 124 additions and 0 deletions
|
|
@ -656,6 +656,15 @@ list.cmake = {
|
|||
maintainers = { "@uyha" },
|
||||
}
|
||||
|
||||
list.vim = {
|
||||
install_info = {
|
||||
url = "https://github.com/vigoux/tree-sitter-viml",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
filetype = "vim",
|
||||
maintainers = { "@vigoux" },
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue