feat: add vento support (#6261)

This commit is contained in:
Matthew Taylor 2024-03-18 05:00:22 -04:00 committed by GitHub
parent e6d80e5efd
commit 2014f8285e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 35 additions and 0 deletions

View file

@ -2183,6 +2183,15 @@ list.vala = {
maintainers = { "@Prince781" },
}
list.vento = {
install_info = {
url = "https://github.com/ventojs/tree-sitter-vento",
files = { "src/parser.c", "src/scanner.c" },
},
filetype = "vto",
maintainers = { "@wrapperup", "@oscarotero" },
}
list.verilog = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-verilog",