rl-lang - VS Code Syntax HighlightingSyntax highlighting for rl-lang, a statically typed interpreted language built in Rust. Features
UsageInstall 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. Exampledec int x = 10 dec string name = "rl-lang" fn greet(string name) { println("Hello, ", name) } greet(name) Related
Links
LicenseMIT |