Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>rl-lang - language highlightingNew to Visual Studio Code? Get it now.
rl-lang - language highlighting

rl-lang - language highlighting

Mohamed Gonem

|
2 installs
| (1) | Free
Syntax highlighting for the rl programming language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

rl-lang — VS Code Syntax Highlighting

Syntax highlighting for rl-lang, a custom programming language built in Rust.

Features

  • Syntax highlighting for .rl files
  • Keywords, operators, literals, strings, and comments highlighted
  • Based on TextMate grammar for broad theme compatibility

Usage

Install the extension, then open any .rl file — highlighting is applied automatically.

If VS Code doesn't detect the language, select RL manually from the language picker in the status bar.

Example

dec int x = 10
dec string name = "rl-lang"

fn greet(string name) {
    println("Hello, ", name)
}

greet(name)

About rl-lang

rl-lang is an interpreted programming language written in Rust, featuring a lexer, parser, AST evaluator, and an interactive REPL. This extension adds editor support for writing .rl programs in VS Code.

  • Language repository: rl-lang
  • Extension repository: vscode-rl

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft