Visual Studio Code Extension
A Visual Studio Code extension providing syntax highlighting and language support for dotchalk (.chalk, .part.chalk) files.
Installation
Download version 1.1.0 .vsix file: dotchalk-syntax-1.1.0.vsix
Then, navigate to the directory containing the downloaded file and install via command line:
code --install-extension dotchalk-syntax-1.1.0.vsix
Or in VS Code:
- Extensions view (⇧⌘X / Ctrl+Shift+X)
- … menu → Install from VSIX…
- Select the downloaded file
Features
- Syntax highlighting for
.chalkand.part.chalkfiles - Real-time validation
Usage
The extension activates automatically for .chalk and .part.chalk files.
License
Apache License 2.0. See license page for details.