zed-industries / extensions

Extensions for the Zed editor
881 stars 378 forks source link

LLVM-IR code support #1207

Open rxxbyy opened 2 months ago

rxxbyy commented 2 months ago

Check for existing issues

Language

LLVM-IR

Tree Sitter parser link

https://github.com/benwilliamgraham/tree-sitter-llvm

Language server link

No response

Misc notes

No response

theoparis commented 2 months ago

I'm not sure if this should be in it's own issue but LLVM also has a MLIR language which has a mlir-lsp-server. See https://github.com/zed-industries/extensions/issues/1358