Syntax highlighting for rl-lang, a statically typed interpreted language built in Rust.
- Syntax highlighting for .rl files
- Keywords, operators, literals, strings, and comments
- Based on TextMate grammar so it works with any theme
Install the extension and open any .rl file. Highlighting is applied automatically.
If VS Code doesn't detect the language, select RL from the language picker in the bottom status bar.
dec int x = 10 dec string name = "rl-lang"
fn greet(string name) { println("Hello, ", name) }
greet(name)
- vscode-rl-lsp - diagnostics and hover via the rl language server
- vscode-rl-lang - run, check, and scaffold projects from the editor
- Language: rl-lang/rl-lang
- Extension: rl-lang/vscode-rl
MIT