extensions icon indicating copy to clipboard operation
extensions copied to clipboard

Objective-C

Open cbracken opened this issue 2 years ago • 5 comments

Check for existing issues

  • [X] Completed

Language

Objective-C

Tree Sitter parser link

https://github.com/jiyee/tree-sitter-objc

Language server link

https://github.com/llvm/llvm-project/tree/main/clang-tools-extra/clangd

Misc notes

In addition to C/C++, clangd supports Objective-C (.h/.m) / Objective-C++ (.h/.mm). Since clangd is already in use for C/C++, this may be a relatively straightforward win (famous last words 😉).

Thanks for building an editor that's such a joy to use.

cbracken avatar Mar 31 '23 20:03 cbracken

Any progress?

Moosems avatar Apr 10 '24 06:04 Moosems

I’m new to tree-sitter, would https://github.com/tree-sitter-grammars/tree-sitter-objc be a good source? Or https://github.com/merico-dev/tree-sitter-objc?

nixpulvis avatar May 06 '24 21:05 nixpulvis

Since C and Cpp both use clangd already and are configured as part of Zed itself. The only remaining thing is the tree-sitter schemes. Would a PR for ObjC tree-sitter rules within Zed be accepted?

mrg0lden avatar Sep 06 '24 01:09 mrg0lden