RD Script is a Visual Studio Code extension that provides syntax highlighting and basic language support for the RD Script programming language.
-
Syntax highlighting for:
- Keywords (
const,auto,if,else,return, etc.) - Booleans (
true,false,null) - Numbers (integers and floats)
- Strings, including interpolated strings
$"Hello, {name}" - Comments (
// lineand/* block */) - Operators (
=,==,!=,<,>,<=,>=,+,-,*,/,%) - Function names (
display, custom functions) - Variable names
- Keywords (
-
Editor support:
- Auto-closing brackets
{},[],() - Auto-closing quotes
"and' - Comment toggling (
Ctrl+/for line comments) - Proper selection surrounding pairs
- Auto-closing brackets
- Open VS Code
- Go to Extensions sidebar
- Search for RD Script
- Click Install
Or install manually from a .vsix file:
code --install-extension rdscript-0.0.3.vsix