Kyser Language Support
VS Code extension for the Kyser programming language.
Features
- .ky file icon — Kyser files get their own icon in the Explorer sidebar
- Syntax highlighting — keywords, strings, functions, classes, operators, numbers, and comments
- Bracket matching & auto-close —
{}, [], (), ""
- Comment toggle —
Ctrl+/ / Cmd+/ for // line comments
- Auto-indentation — indent opens on
{, dedents on }
Usage
Install the extension, then open any .ky file — syntax highlighting activates automatically.
To enable the Kyser file icon in your Explorer sidebar:
- Open the Command Palette (
Ctrl+Shift+P / Cmd+Shift+P)
- Run Preferences: File Icon Theme
- Select Kyser File Icons
Install kyser-lang CLI
npm install -g kyser-lang
Then run .ky files from the terminal:
kyser run hello.ky
kyser map hello.ky # open AST visualizer
Author
Abhinav Dubey · kyser.abhinavdubey.qzz.io
| |