feat: add fidl parser

This commit is contained in:
巢鹏 2024-02-22 21:57:07 -05:00 committed by GitHub
parent 19bf991be2
commit a8d2b54e28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 84 additions and 0 deletions

View file

@ -535,6 +535,15 @@ list.fennel = {
maintainers = { "@alexmozaidze" },
}
list.fidl = {
install_info = {
url = "https://github.com/google/tree-sitter-fidl",
files = { "src/parser.c" },
requires_generate_from_grammar = true,
},
maintainers = { "@chaopeng" },
}
list.firrtl = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-firrtl",