Syntax support for .mec files in Visual Studio Code.
- Mech language registration (
mech) for.mecfiles. - TextMate grammar for Mech syntax highlighting.
This extension is focused on editor language support only:
- Syntax highlighting and tokenization.
- Basic editor behaviors from language configuration.
It does not currently include:
- LSP features (hover, completion, diagnostics, go-to-definition).
- Formatting.
- Debugging integration.
- Install Mech Language Support from the VS Code Marketplace.
- Open or create a
*.mecfile. - Confirm the language mode is set to Mech.
- Mech repo: https://github.com/mech-lang/mech
- Documentation: https://docs.mech-lang.org
- Try Mech: https://try.mech-lang.org

