feat: add dhall

This commit is contained in:
Amaan Qureshi 2023-02-23 16:06:47 -05:00 committed by ObserverOfTime
parent 1e8ad621a5
commit fceb4ed0ec
5 changed files with 200 additions and 0 deletions

View file

@ -275,6 +275,14 @@ list.devicetree = {
maintainers = { "@jedrzejboczar" },
}
list.dhall = {
install_info = {
url = "https://github.com/jbellerb/tree-sitter-dhall",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@amaanq" },
}
list.diff = {
install_info = {
url = "https://github.com/the-mikedavis/tree-sitter-diff",