Welcome to the SAIS (Safe AI Script) VSCode Extension! This extension provides syntax highlighting and theme support for the SAIS programming language, tailored for AI script development.
Features
Syntax highlighting for SAIS keywords, data types, constants, strings, variables, and comments.
Custom themes: SAIS Light Mode and SAIS Dark Mode.
Supports common SAIS file extensions (.sais).
Installation
From the Visual Studio Code Marketplace
Open Visual Studio Code.
Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing Ctrl+Shift+X.
Search for "SAIS" in the search bar.
Click "Install" on the SAIS extension.
Manually
Download the latest .vsix file from the Releases page.
Open Visual Studio Code.
Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing Ctrl+Shift+X.
Click on the three dots (...) in the upper right corner and select "Install from VSIX...".
Navigate to the downloaded .vsix file and select it.
Usage
Open or create a file with the .sais extension.
Start writing your SAIS code. You should see syntax highlighting applied automatically.
To switch between the light and dark themes, open the Command Palette (Ctrl+Shift+P), type Color Theme, and select either "SAIS Light Theme" or "SAIS Dark Theme".
Supported SAIS Version
This extension is designed for the version 0.1.0 of the SAIS programming language.
Contributing
We welcome contributions to enhance the SAIS extension! To contribute:
Fork the repository.
Create a new branch for your feature or bugfix.
Make your changes.
Submit a pull request with a description of your changes.
License
This extension is licensed under the MIT License. See the LICENSE file for more information.
Contact
If you have any questions or feedback, feel free to open a new issue on GitHub.