Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Matcha Language SupportNew to Visual Studio Code? Get it now.
Matcha Language Support

Matcha Language Support

Preview

mario-nowak

|
2 installs
| (0) | Free
Syntax highlighting, comments, brackets, and file icons for Matcha.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Matcha Language Support

Syntax highlighting and basic editor support for the Matcha programming language.

Features

  • Syntax highlighting for current Matcha keywords, declarations, types, literals, and operators
  • Line comments with //
  • Bracket matching and auto-closing for (), [], {}, and strings
  • File associations for .mt and .matcha
  • Custom file icon for Matcha source files

Status

This extension tracks Matcha v0.1.0 and is still experimental.

Current scope:

  • TextMate grammar-based syntax highlighting
  • Language configuration only

Not included yet:

  • Diagnostics
  • Formatting
  • Go to definition
  • Semantic tokens
  • Debugging support

Installation

From a packaged VSIX

code --install-extension matcha-lang-0.1.0.vsix

Development

Package locally:

npx @vscode/vsce package

Install locally after packaging:

code --install-extension matcha-lang-0.1.0.vsix

Repository

Monorepo path:

  • tooling/ide-extensions/vs-code-extension

Compiler examples for manual testing:

  • matcha-compiler/examples/learning-matcha.mt
  • matcha-compiler/examples/aoc-2024-01.mt
  • matcha-compiler/examples/customer-import-audit.mt
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft