This is a Visual Studio Code extension that provides syntax highlighting, code folding, and basic editor support for the Cyrus Programming Language.
Follow these steps to install and use the extension:
git clone https://github.com/cyrus-lang/Vscode-Extension.git Cyrus-Vscode-Extension
cd Cyrus-Vscode-Extensioncode .Install the vsce tool if you don't already have it:
npm installRun the following command to create a .vsix file:
npm run package- Open Visual Studio Code.
- Go to the Extensions view (
Ctrl+Shift+X). - Click on the
...menu in the top right corner and select Install from VSIX. - Select the generated
.vsixfile from the previous step.
- Open a file with the
.cyrusextension. - Enjoy syntax highlighting and editor support for Cyrus Lang!
Contributions are welcome! To contribute:
- Fork the repository.
- Create a feature branch.
- Submit a pull request with a detailed description.
This project is licensed under the MIT License. See the LICENSE file for details.
If you encounter any issues or have suggestions, feel free to open an issue in the repository.
Happy coding!