Overview Version History Q & A Rating & Review
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
Clone or download the extension folder.
Open it in VS Code.
Press F5
to run the extension in a new VS Code window.
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