Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>beremiz-brz-syntaxNew to Visual Studio Code? Get it now.
beremiz-brz-syntax

beremiz-brz-syntax

Adaías Magdiel

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

Beremiz VS Code Extension

Syntax highlighting support for the Beremiz language (.brz files) in Visual Studio Code.

This extension is intended for use with Beremiz (stack-based toy programming language implemented in Go).
It provides syntax coloring, comment support, and basic editor features for .brz source files.


Features

  • 📄 Syntax Highlighting

    • Keywords (for, if, do, elif, else, end, etc.)
    • Built-in functions (write, writeln)
    • Stack operators (dup, eq, neq)
    • Constants (true, false, nil)
    • Numbers (decimal, binary, hex, octal, floats)
    • Strings (single and double quoted)
    • Comments (# line, #[ block ]#)
  • 🎨 Works with all VS Code color themes

  • ⚡ Lightweight TextMate grammar for fast parsing


Example

10

for dup 0 neq do
 dup writeln
 1 -
end

Changelog

See CHANGELOG.md for release history.

License

This project is licensed under the MIT License.

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