Syntax highlighting support for the Ferlium programming language.
- Syntax highlighting for
.ferfiles - Bracket matching and auto-closing
- Code folding
- Comment toggling (
//and/* */)
Search for "Ferlium" in the VS Code extensions panel.
- Download the
.vsixfile from the releases page - In VS Code, go to Extensions →
...menu → "Install from VSIX..." - Select the downloaded file
git clone https://github.com/enlightware/ferlium-vscode.git
cd ferlium-vscode
npm install
npm run package
code --install-extension ferlium-*.vsixA Makefile is provided for common tasks.
- Node.js (v18 or later)
- npm
make installTo update the grammar test files from the unit tests from Ferlium repository, run:
make update-test-snippetsThe FERLIUM_PATH variable in the Makefile should point to the local Ferlium repository.
To test the TextMate grammar against test files:
make testmake packagemake publishApache-2.0 - See LICENSE for details.