Ryton Language Support for Visual Studio Code
Provides syntax highlighting, snippets, and language support for the RytonLang programming language.
Features
- Syntax Highlighting: Full syntax highlighting for Ryton language constructs
- Code Snippets: Pre-built snippets for common patterns
- Auto-completion: Basic auto-completion support
- Bracket Matching: Automatic bracket pairing and matching
- Comment Support: Line and block comment support
Supported File Extensions
Language Features
Keywords
- Control flow:
if , elif , else , for , while , infinit , repeat
- Declarations:
func , pack , lambda , def , val , state
- Error handling:
try , error
- Modules:
import , module
Snippets
Type the following prefixes and press Tab:
func - Function declaration
lambda - Lambda function
pack - Pack (class) declaration
if - If statement
for - For loop
try - Try-error block
state - State declaration
...
Installation
- Download the extension
- Install via VSCode Extensions panel
- Restart VSCode
- Open any
.ry or .ryton file
Contributing
Visit the RytonLang repository for more information.
| |