mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
feat: add vento support (#6261)
This commit is contained in:
parent
e6d80e5efd
commit
2014f8285e
5 changed files with 35 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue