VS Code Extensions
rl-lang - language syntax highlighting

rl-lang - language syntax highlighting

by MohamedGonem

Syntax highlighting for the rl programming language

Downloads

1

Rating

5.0 / 5 (1)

Version

0.1.1

Last updated

Jul 23, 2026

Syntax highlighting for rl-lang, a statically typed interpreted language built in Rust.

Features

  • Syntax highlighting for .rl files
  • Keywords, operators, literals, strings, and comments
  • Based on TextMate grammar so it works with any theme

Usage

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.

Example

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

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

greet(name)

License

MIT

Related extensions