Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>TopazNew to Visual Studio Code? Get it now.
Topaz

Topaz

STUDIO HAZE

|
1 install
| (0) | Free
Syntax highlighting for the Topaz language (.tpz).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Topaz for VS Code

Syntax highlighting for the Topaz language — .tpz files.

This is a declarative extension: a TextMate grammar only. It colors Topaz source — keywords, the sql/sh/path template tags, string interpolation, Unicode (including emoji) identifiers, operators, numbers, and types. It does not provide a language server; completion and diagnostics come from the toolchain (topaz check).

Install

  • Marketplace / Open VSX — search "Topaz" in the Extensions view.

  • From a release — download topaz-<version>.vsix from Releases and run:

    code --install-extension topaz-<version>.vsix
    
  • From source — package it yourself:

    cd editors/vscode
    npx @vscode/vsce package
    code --install-extension topaz-*.vsix
    

Grammar

syntaxes/topaz.tmLanguage.json follows the Topaz v5.2 specification: template tags (p/r/sh/sql), string interpolation and escapes, line and block comments, numbers, types, and the operator set. The language is locked at Topaz v5.2 — see the specification at https://topaz.ooo.

License

Apache-2.0, as part of the Topaz project.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft