This extension provides syntax highlighting for the Rye programming language in Visual Studio Code.
The extension provides detailed syntax highlighting for Rye code, including:
- Keywords for control flow and error handling.
- Core constructs like functions and data types.
- Rye's pipe (
|) and op-word (.) operators. - Strings, numbers, comments, and other language elements.
- Open the Extensions sidebar in VS Code.
- Search for
Rye. - Click Install.
This is an early version focused on syntax highlighting. Please report any issues on the GitHub repository.
- Improved syntax highlighting for better accuracy and detail.
- Refined language configuration.
- Initial release.
Enjoy!