Sin Language Support for VS Code
Sin Language extension for VS Code provides syntax highlighting and a color theme for the Sin programming language.
Features
- Syntax Highlighting: Support for basic keywords in Sin, including
sin , addLog , addInput , and variable assignments.
- Color Theme: A custom theme for Sin.
Installation
From Visual Studio Marketplace:
- Open Visual Studio Code.
- Go to the Extensions section (Ctrl+Shift+X).
- Search for "Sin Language Support" and click Install.
Manual Installation:
- Download the
.vsix file from this repository.
- Open Visual Studio Code.
- Go to the Extensions view.
- Click on the ... in the top right and select Install from VSIX.
- Select the downloaded
.vsix file.
Usage
- Open a
.sin file in Visual Studio Code.
- The syntax will be automatically highlighted.
- To change the theme, go to Preferences > Color Theme and select Sin Default Theme.
Development
If you'd like to contribute to this project, feel free to fork it and send a pull request.
License
This extension is available under the MIT License.
| |