X Tutup
Skip to content

imsudipcreator/rdscript-vscode

Repository files navigation

RD Script - VS Code Extension

RD Script is a Visual Studio Code extension that provides syntax highlighting and basic language support for the RD Script programming language.

RD Script Icon


Features

  • 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 (// line and /* block */)
    • Operators (=, ==, !=, <, >, <=, >=, +, -, *, /, %)
    • Function names (display, custom functions)
    • Variable names
  • Editor support:

    • Auto-closing brackets {}, [], ()
    • Auto-closing quotes " and '
    • Comment toggling (Ctrl+/ for line comments)
    • Proper selection surrounding pairs

Installation

  1. Open VS Code
  2. Go to Extensions sidebar
  3. Search for RD Script
  4. Click Install

Or install manually from a .vsix file:

code --install-extension rdscript-0.0.3.vsix

About

This is a Visual Studio Code extension that provides syntax highlighting and basic language support for the RD Script programming language.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

X Tutup