zed-industries / extensions

Extensions for the Zed editor
789 stars 323 forks source link

Add mojo support #731

Open dcow opened 3 months ago

dcow commented 3 months ago

Check for existing issues

Language

Mojo 🔥

Tree Sitter parser link

https://github.com/lsh/tree-sitter-mojo

Language server link

mojo-lsp-server

Misc notes

Hot off the press for reference: https://github.com/helix-editor/helix/pull/10743 Enabled by: https://github.com/lsh/tree-sitter-mojo

Lukas @lsh informed me he's working on a zed extension right now and just tweaking some edge cases.

dcow commented 3 months ago

Also take note that mojo has a concept of mlir which has "dialects": https://docs.modular.com/mojo/notebooks/BoolMLIR

Huvinesh-Rajendran-12 commented 1 week ago

Hi, any update on the progress of this issue ?

bajrangCoder commented 1 week ago

Check this

Huvinesh-Rajendran-12 commented 1 week ago

awesome, thanks !