RxScrite Support for VS Code
Provides syntax highlighting and file icon support for the RxScrite programming language (.rx files) in Visual Studio Code.
Features
- Syntax highlighting for RxScrite keywords, operators, strings, numbers, and comments.
- Custom file icon for
.rx files.
- Basic language configuration for comments and bracket pairing.
Installation
You can install this extension from the Visual Studio Code Marketplace (once published) or by building and installing the .vsix file locally.
For Developers (Building Locally)
- Clone the repository.
- Run
npm install to install dependencies.
- Run
npm run compile to compile the TypeScript.
- Press
F5 in VS Code to open the Extension Development Host window and test the extension.
Contributing
Contributions are welcome! Please feel free to submit issues or pull requests.
Release Notes
0.1.0
- Initial release with basic syntax highlighting and file icon.
| |