Kaleido is a scripting language made for fun!
This VS Code extension provides syntax highlighting, basic autocomplete, and a "Run" button for .kld files.
Features
Syntax highlighting for all Kaleido keywords, types, numbers, strings, comments, and operators.
"Run Kaleido File" command and play button to execute .kld scripts using your Python interpreter.
Basic autocomplete for Kaleido keywords (if you added it).
Requirements
Python installed and available in your system PATH.
Your Kaleido interpreter (main.py and related files).