Hi, I noticed that the current Zed entry in this repository points to AineeJames/c3-zed.
That extension has not seen much recent activity, and its README still describes it as WIP. I have been maintaining a continuation/fork here:
https://github.com/un4gt/c3-zed-next
Compared with the current Zed plugin, this version aims to provide more complete C3 support in Zed:
- uses the official
c3lang/tree-sitter-c3 grammar
- integrates with
pherrymason/c3-lsp
- supports syntax highlighting, folding, indentation, bracket matching, and outline
- supports LSP-backed completion, go to definition/declaration, hover/type display, signature help, and diagnostics
- includes C3 snippets
- documents optional external formatting through
c3fmt
Would you consider updating the Zed plugin reference in this repository to point to c3-zed-next, or otherwise listing it as the currently maintained Zed extension?
If there is a preferred process for this repository, I am happy to follow it.
Hi, I noticed that the current Zed entry in this repository points to
AineeJames/c3-zed.That extension has not seen much recent activity, and its README still describes it as WIP. I have been maintaining a continuation/fork here:
https://github.com/un4gt/c3-zed-next
Compared with the current Zed plugin, this version aims to provide more complete C3 support in Zed:
c3lang/tree-sitter-c3grammarpherrymason/c3-lspc3fmtWould you consider updating the Zed plugin reference in this repository to point to
c3-zed-next, or otherwise listing it as the currently maintained Zed extension?If there is a preferred process for this repository, I am happy to follow it.