feat: add Pony

This commit is contained in:
Amaan Qureshi 2023-03-26 18:28:54 -04:00
parent ac13230ddd
commit eadf4f43c6
7 changed files with 497 additions and 0 deletions

View file

@ -1070,6 +1070,14 @@ list.poe_filter = {
experimental = true,
}
list.pony = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-pony",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@amaanq", "@mfelsche" },
}
list.prisma = {
install_info = {
url = "https://github.com/victorhqc/tree-sitter-prisma",