feat: add FIRRTL

This commit is contained in:
Amaan Qureshi 2023-03-26 18:37:15 -04:00
parent eadf4f43c6
commit eb1e599251
7 changed files with 257 additions and 0 deletions

View file

@ -415,6 +415,14 @@ list.fennel = {
maintainers = { "@TravonteD" },
}
list.firrtl = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-firrtl",
files = { "src/parser.c", "src/scanner.cc" },
},
maintainers = { "@amaanq" },
}
list.fish = {
install_info = {
url = "https://github.com/ram02z/tree-sitter-fish",