Vala language support

This commit is contained in:
Mateus Melchiades 2022-01-28 19:13:39 -03:00 committed by Stephan Seitz
parent 3606f8efbb
commit 5fc4cb5d2d
4 changed files with 398 additions and 0 deletions

View file

@ -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,
}