feat: add smithy (#4245)

This commit is contained in:
Amaan Qureshi 2023-01-31 09:14:58 -05:00 committed by GitHub
parent f6531e27fd
commit e00952111e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 126 additions and 0 deletions

View file

@ -639,6 +639,14 @@ list.smali = {
experimental = true,
}
list.smithy = {
install_info = {
url = "https://github.com/indoorvivants/tree-sitter-smithy",
files = { "src/parser.c" },
},
maintainers = { "@amaanq", "@keynmol" },
}
list.haskell = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-haskell",