Rye Language Support for VS Code

July 12, 2025 ยท View on GitHub

This extension provides syntax highlighting for the Rye programming language in Visual Studio Code.

Features

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.

Installation

  1. Open the Extensions sidebar in VS Code.
  2. Search for Rye.
  3. Click Install.

Known Issues

This is an early version focused on syntax highlighting. Please report any issues on the GitHub repository.

Release Notes

0.0.2 (Unreleased)

  • Improved syntax highlighting for better accuracy and detail.
  • Refined language configuration.

0.0.1

  • Initial release.

Enjoy!