VeyraVeyra is the official Visual Studio Code extension for the Kastel programming language. Veyra provides basic VS Code support for Kastel source files, including syntax highlighting, snippets, indentation, and
FeaturesSyntax HighlightingVeyra provides syntax highlighting for Kastel:
Kastel FilesKastel source files use the
VS Code automatically recognizes these files as Kastel. SnippetsBasic Kastel snippets are available to speed up development. Example:
Editor SupportVeyra currently provides:
Example
InstallationInstall Veyra from the Visual Studio Code Marketplace. After installation, open a You can also verify the language mode from the bottom-right corner of VS Code. DevelopmentClone the repository:
Install dependencies:
Compile the extension:
To test the extension:
Project Structure
RoadmapVeyra is actively evolving alongside the Kastel language. Planned features include:
KastelKastel is a programming language implemented in Rust, using a bytecode compiler and virtual machine. The language is currently under active development. Kastel repository: https://github.com/MJBruno/Kastel ContributingContributions, bug reports, and suggestions are welcome. If you find a problem with the extension, open an issue in the Veyra repository. LicenseSee the repository license for details. |