mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
feat: add Objective-C
This commit is contained in:
parent
05df88ebaa
commit
dad1b7cd66
8 changed files with 260 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue