feat: add strace

This commit is contained in:
Amaan Qureshi 2023-08-20 04:33:33 -04:00
parent 43b2153d26
commit a185f8ebae
5 changed files with 68 additions and 0 deletions

View file

@ -1522,6 +1522,14 @@ list.starlark = {
maintainers = { "@amaanq" },
}
list.strace = {
install_info = {
url = "https://github.com/sigmaSd/tree-sitter-strace",
files = { "src/parser.c" },
},
maintainers = { "@amaanq" },
}
list.supercollider = {
install_info = {
url = "https://github.com/madskjeldgaard/tree-sitter-supercollider",