Vyne Language Support
Official syntax highlighting and language support for the Vyne programming language.
Features
- Syntax Highlighting: Beautiful colors for Vyne keywords (
module, dismiss, group, sub).
- Logical Operators: Distinct highlighting for logical AND (
&&) and comparison operators.
- Module Support: Built-in support for
vcore and vglib namespaces.
- C-Style Truthiness: Optimized for Vyne's integer-based logic.
Usage
Simply open any file with the .vy extension to enable Vyne features.
Requirements
No external dependencies required. This extension works out of the box with the Vyne Interpreter.
Known Issues
- Nested group highlighting is currently in beta.
Release Notes
1.0.0
- Initial release.
- Added syntax highlighting for core keywords and operators.
- Added support for
# style comments.
| |