Full Brandejs language support! Provides syntax highlighting for VSCode when editing .brandejs files. Remeber to use our NadLabem compiler for compilation!
This is a simple syntax highlighting extension for the BrandeJS programming language in Visual Studio Code.
Features
Syntax highlighting for:
Keywords (e.g., def, if, for)
Types (e.g., int, bool, string)
Operators (e.g., @, and, or)
Comments (; to the end of the line)
Special assembly (anything starting with $)
Function definitions and calls
String literals, array literals, and index access
Installation
Clone or download this extension.
Open the extension folder in VS Code.
Press F5 to launch an Extension Development Host with BrandeJS support.
Usage
Create a .brandejs file.
Write code in the BrandeJS language.
Enjoy syntax highlighting!
Release Notes
1.0.0
Initial release with basic syntax highlighting for the BrandeJS language.