feat: add starlark

This commit is contained in:
Amaan Qureshi 2023-02-18 15:00:37 -05:00 committed by Stephan Seitz
parent 83e2e22d9e
commit 1641c4f3b4
8 changed files with 459 additions and 0 deletions

View file

@ -1234,6 +1234,15 @@ list.sql = {
maintainers = { "@derekstride" },
}
list.starlark = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-starlark",
files = { "src/parser.c", "src/scanner.cc" },
},
filetype = "bzl",
maintainers = { "@amaanq" },
}
list.supercollider = {
install_info = {
url = "https://github.com/madskjeldgaard/tree-sitter-supercollider",