feat: add Objective-C

This commit is contained in:
Amaan Qureshi 2023-05-18 19:37:56 -04:00
parent 05df88ebaa
commit dad1b7cd66
8 changed files with 260 additions and 0 deletions

View file

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