https://github.com/terroo/ter-vscode
Terlang Syntax Highlighting Extension for VSCode
https://github.com/terroo/ter-vscode
ter terlang vscode-extension
Last synced: 10 months ago
JSON representation
Terlang Syntax Highlighting Extension for VSCode
- Host: GitHub
- URL: https://github.com/terroo/ter-vscode
- Owner: terroo
- Created: 2025-03-22T20:59:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-22T21:15:07.000Z (10 months ago)
- Last Synced: 2025-03-22T22:18:28.632Z (10 months ago)
- Topics: ter, terlang, vscode-extension
- Homepage: https://marketplace.visualstudio.com/items?itemName=SaymonMacedo.terlang
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Terlang Syntax Highlighting Extension
## Alternative Saymon Macedo:
> This extension:
## Overview
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.
## Features
- Syntax highlighting for Terlang (`.ter` files)
- Support for single-line (`// comment`) and multi-line (`/* comment */`) comments
- Keyword highlighting (`if`, `while`, `for`, `return`, etc.)
- String highlighting with escape sequence support
## Installation
### From the Marketplace
1. Open Visual Studio Code.
2. Go to the Extensions view (`Ctrl+Shift+X`).
3. Search for `Terlang` and install the extension.
### Manual Installation
1. Download the `.vsix` package.
2. Open a terminal and run:
```sh
code --install-extension terlang-.vsix
```
## Usage
- Open a `.ter` file, and syntax highlighting will be applied automatically.
- Ensure the language mode is set to **Terlang** (check the bottom-right corner of VS Code).
## Requirements
- Visual Studio Code (latest version recommended)
- Node.js and `vsce` if you want to build or modify the extension
## Known Issues
- Currently, no known issues. Feel free to report any problems in the repository.
## Release Notes
### 1.0.0
- Initial release with syntax highlighting support.
## Contributing
Contributions are welcome! Open an issue or submit a pull request on the project repository.
---
Enjoy coding in **Terlang**!