Skip to content

v0.1.0

Choose a tag to compare

@Metalymph Metalymph released this 10 Apr 14:29

Initial public release of MoonBit support for Zed.

Features

  • Tree-sitter-based syntax highlighting for MoonBit
  • MoonBit language server integration (moonbit-lsp)
  • Basic outline support
  • Bracket and indentation support
  • Cross-platform development workflow with validation tooling

Development tooling

  • Query validation commands via Just and Make
  • Zed log helpers
  • Cross-platform developer scripts
  • Tree-sitter workflow documentation

Notes

This is the first public release and focuses on a stable baseline:

  • correct language loading
  • working highlighting
  • working LSP integration
  • maintainable development workflow

Further improvements will focus on:

  • broader query coverage
  • outline refinement
  • indentation behavior
  • packaging and publication workflow