VS Code extension for Able language support.
- Syntax highlighting for Able language files
- Basic language support
- Download the latest
.vsix
release or build it yourself:./scripts/compile-vsix.sh
- Install the extension in VS Code:
code --install-extension able-lang-support-*.vsix
- Clone the repository
- Run
npm install
- Use
./scripts/compile-vsix.sh
to build and package
MIT License. See LICENSE for details.