feat: add scfg

This commit is contained in:
Hugo 2023-07-25 22:49:09 +02:00 committed by GitHub
parent 4920a4e732
commit 736a672afe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 22 additions and 0 deletions

View file

@ -1367,6 +1367,15 @@ list.scala = {
maintainers = { "@stevanmilic" },
}
list.scfg = {
install_info = {
url = "https://git.sr.ht/~rockorager/tree-sitter-scfg",
files = { "src/parser.c" },
requires_generate_from_grammar = true,
},
maintainers = { "@WhyNotHugo" },
}
list.scheme = {
install_info = {
url = "https://github.com/6cdh/tree-sitter-scheme",