Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>RachetNew to Visual Studio Code? Get it now.
Rachet

Rachet

Bean Pringles

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

Rachet VS Code Extension

Syntax highlighting and color theme for the Rachet programming language (.rx files). The compiler for Rachet can be found at: https://github.com/Bean-Pringles/Rachet

Features

  • Syntax highlighting for:
    • # comments
    • Keywords: if, else, let, fn, return, match, os, print, input, not, use, crate
    • Types: i32, string, float, bool, char
    • Variables and function names
    • Numbers
    • Strings
    • Math operators: + - * / %
    • Comparison operators: == != && ||
  • Dark color theme: “Rachet Standard”

Installation

  1. Clone or download the extension folder.
  2. Open it in VS Code.
  3. Press F5 to run the extension in a new VS Code window.
  4. Open a .rx file to see syntax highlighting.

Color Palette

Element Color
Keywords #569CD6
Types #4EC9B0
Numbers #B5CEA8
Strings #CE9178
Functions #DCDCAA
Variables #9CDCFE
Comments #6A9955
Operators #D16969

License

MIT

Only the VS Code extesion is under the MIT License, the rest of the utilities are licensed under the Bean Pringles Compiler License (BPC License) v1.0

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