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
- Install the extension.
- Open a .zy file.
- 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!
| |