mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
feat: add vhdl parser and queries
This commit is contained in:
parent
c80d0d9ca9
commit
355af0c8ce
6 changed files with 492 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue