Java support#57
Conversation
|
We require contributors to sign our Contributor License Agreement, and we don't have @samuser107 on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
maxdeviant
left a comment
There was a problem hiding this comment.
The extension needs to referenced via a Git submodule.
|
@samuser107 Hmm, the submodule reference doesn't look quite right. There should be a separate repository containing just the contents of the For example, here's how we do it with our Nushell extension: https://github.com/zed-extensions/nu |
|
I think it's alright now |
|
Looks like we're failing to build the WASM grammar now. Is there a reason you went with https://github.com/serenadeai/java-tree-sitter as the Tree-sitter grammar instead of this one from the Tree-sitter org? |
Actually, it looks like https://github.com/serenadeai/java-tree-sitter isn't even a Tree-sitter grammar for Java, it's Java bindings to Tree-sitter. |
|
Could we also change the extension name to just "Java"? The "for Zed" isn't necessary, as this is a Zed extension. |
yes sorry for that. fixed it with the name too |
maxdeviant
left a comment
There was a problem hiding this comment.
Thanks for working through this!
Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
No description provided.