Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Eazy KatariaNew to Visual Studio Code? Get it now.
Eazy Kataria

Eazy Kataria

parmeet kataria

|
1 install
| (0) | Free
language support for kataria (.zy files)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Kataria Language Support

This extension provides syntax highlighting, basic language support, and editing features for the Kataria programming language (.zy files).

Features

  • Syntax Highlighting: Keywords, strings, numbers, operators, comments, and string interpolation.
  • Auto-closing Pairs: Braces, brackets, parentheses, and quotes.
  • Comment Support: Single-line comments with #.
  • File Association: Automatically recognizes .zy files as Kataria code.

Requirements

  • Visual Studio Code 1.118.0 or later.

Usage

  1. Install the extension.
  2. Open a .zy file.
  3. Enjoy syntax highlighting and basic editing support.

Example Kataria code:

show: "Hello, World!"
x = 10
y = 20
sum = x + y
show: "Sum: " + sum

name = ask: "Enter name: "
show: "Hello, #{name}!"

Known Issues

  • Advanced features like IntelliSense are not included in this basic extension.

Release Notes

0.0.1

Initial release with syntax highlighting and basic support.

Contributing

Report issues or contribute on GitHub.

Enjoy coding in Kataria!

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