Note: This is a temporary, lightweight extension providing Syntax Highlighting for the Zith programming language. It will be deprecated once the official, full-featured extension (including Language Server Protocol / LSP support) is released.
This extension provides syntax highlighting and basic code formatting configuration for Zith, a programming language currently under development.
Features
Syntax Highlighting: Full colorization for keywords, operators, strings, numbers, and comments in .zith files.
Bracket Matching: Automatic pairing and highlighting of smart brackets {}, (), and [].
Comment Toggling: Quick commenting using the native VS Code shortcuts (Ctrl + / or Cmd + /).
Extension Settings
This extension contributes the following settings/configurations:
zith.enableHighlighting: Enable/disable syntax highlighting for Zith files (enabled by default).
Known Issues
This version only includes static syntax highlighting. Advanced features like auto-completion, go-to-definition, and error checking will be delivered in the upcoming LSP version.
Release Notes
0.1.1
Initial release with core syntax highlighting for Zith.