feat: add NQC

This commit is contained in:
Amaan Qureshi 2023-08-31 02:26:24 -04:00
parent 4a9adef710
commit f0f115e926
8 changed files with 34 additions and 0 deletions

View file

@ -1095,6 +1095,14 @@ list.norg = {
maintainers = { "@JoeyGrajciar", "@vhyrro" },
}
list.nqc = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-nqc",
files = { "src/parser.c" },
},
maintainers = { "@amaanq" },
}
list.objc = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-objc",