Alternative Saymon Macedo: https://marketplace.visualstudio.com/items?itemName=SaymonMacedo.terlang
This extension: https://marketplace.visualstudio.com/items?itemName=marcoscode.ter
Terlang is a Visual Studio Code extension that provides syntax highlighting for the Terlang programming language. This extension improves code readability by applying colorization rules to keywords, strings, comments, and other language elements.
- Syntax highlighting for Terlang (
.terfiles) - Support for single-line (
// comment) and multi-line (/* comment */) comments - Keyword highlighting (
if,while,for,return, etc.) - String highlighting with escape sequence support
- Open Visual Studio Code.
- Go to the Extensions view (
Ctrl+Shift+X). - Search for
Terlangand install the extension.
- Download the
.vsixpackage. - Open a terminal and run:
code --install-extension terlang-<version>.vsix
- Open a
.terfile, and syntax highlighting will be applied automatically. - Ensure the language mode is set to Terlang (check the bottom-right corner of VS Code).
- Visual Studio Code (latest version recommended)
- Node.js and
vsceif you want to build or modify the extension
- Currently, no known issues. Feel free to report any problems in the repository.
- Initial release with syntax highlighting support.
Contributions are welcome! Open an issue or submit a pull request on the project repository.
Enjoy coding in Terlang!