VS Code extension providing syntax highlighting and basic language features for the Ferret programming language.
- Syntax highlighting for
.fersource files - Syntax highlighting for
.fer.ret(project configuration) files - Basic language server support for error checking and autocomplete (if Ferret compiler is available)
-
Download the latest
.vsixfile from the Releases. -
Install it in VS Code:
code --install-extension ferret-x.y.z-*.vsix -
Restart VS Code.
- Open any
.ferfile to get syntax highlighting.
- (Optional) Ferret Compiler available in
PATHfor advanced features.