JIZZ Brainrot Syntax Highlighter
This extension provides syntax highlighting and custom file icons for the JIZZ programming language in Visual Studio Code.
Features
- Syntax highlighting for JIZZ code files (.jizz)
- Custom file icons for .jizz files in the file explorer
- Support for JIZZ-specific keywords like
frfr
, cap
, typeshii
, skibidi
, too
, and buss
- Error handling keywords:
try
, catch
, and throw
- Proper highlighting for strings, numbers, and comments
- Bracket matching for easier code navigation
Installation Methods
Option 1: Install via Marketplace (recommended)
- Open VS Code
- Click the Extensions icon in the sidebar (or press Ctrl+Shift+X / Cmd+Shift+X)
- Search for "JIZZ Brainrot"
- Click "Install"
Or use the command palette (Ctrl+P / Cmd+P) and type:
ext install JasstejSingh.jizz-language
Option 2: Install via Command Line
If you've installed the JIZZ language package globally:
jizz vscode
Using File Icons
After installation, your .jizz files will have a custom icon in the file explorer. To enable the custom icon theme:
- Go to File → Preferences → File Icon Theme (or Code → Preferences → File Icon Theme on macOS)
- Select "JIZZ Icons" from the list
About JIZZ Language
JIZZ is a modern programming language with unique "brainrot" syntax inspired by internet culture and memes:
- Use
frfr
instead of true
(for real for real)
- Use
cap
instead of false
(that's cap/no cap)
- Use
skibidi
instead of while
for loops
- Use
too
instead of for
in loop constructs
- Use
buss
for printing to console (bussin')
- Use
typeshii
for function declarations
- Use
try
/catch
/throw
for error handling
New in Version 1.2.0
- Added support for error handling keywords:
try
, catch
, and throw
- Improved syntax highlighting for new language features
- Bug fixes and performance improvements
Installing the JIZZ Language
To write and run JIZZ code, install the JIZZ language package:
# Install globally via npm
npm install -g jizz-lang
# Run a JIZZ file
jizz run your-file.jizz
# Start the JIZZ REPL
jizz repl
For more information, visit the JIZZ GitHub Repository