feat: add vhdl parser and queries

This commit is contained in:
John-Philip Taylor 2024-07-18 08:46:12 +02:00 committed by GitHub
parent c80d0d9ca9
commit 355af0c8ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 492 additions and 0 deletions

View file

@ -2347,6 +2347,14 @@ list.verilog = {
maintainers = { "@zegervdv" },
}
list.vhdl = {
install_info = {
url = "https://github.com/jpt13653903/tree-sitter-vhdl",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@jpt13653903" },
}
list.vhs = {
install_info = {
url = "https://github.com/charmbracelet/tree-sitter-vhs",