mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Vala language support
This commit is contained in:
parent
3606f8efbb
commit
5fc4cb5d2d
4 changed files with 398 additions and 0 deletions
|
|
@ -912,6 +912,15 @@ list.norg = {
|
|||
maintainers = { "@JoeyGrajciar", "@vhyrro", "@mrossinek" },
|
||||
}
|
||||
|
||||
list.vala = {
|
||||
install_info = {
|
||||
url = "https://github.com/matbme/tree-sitter-vala",
|
||||
branch = "main",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@matbme" },
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue