This repository provides syntax highlighting and basic language configuration for the Ryn programming language in Visual Studio Code.
- Syntax Highlighting for
.ryn
files - Comment Support using the
#
character - Bracket Pairing and auto-closing pairs
- Basic Keyword, Type, and Function Detection
- Clone or Download this repository.
- Open the repository folder in VS Code.
- Run the
Extensions: Install from VSIX...
command (if you have the.vsix
file), or simply pressF5
to start an Extension Development Host to test it directly.
- After installing, open any
.ryn
file in VS Code. - You should see syntax highlighting for Ryn code.
- Toggle line comments with
Ctrl + /
(Windows/Linux) orCmd + /
(macOS).
Contributions and improvements are welcome! Feel free to open an issue or submit a pull request if you’d like to add new features (such as snippets, a language server, or advanced grammar rules).
Happy coding in Ryn!