Language support for Formulog in Visual Studio Code.
Syntax highlighting for .flg
files.
To install, clone this repository to somewhere that is NOT the $HOME/.vscode/extensions
folder.
Then run code --install-extension path/to/formulog-syntax-0.1.0.vsix
and restart Code.
To uninstall, run code --uninstall-extension undefined_publisher.formulog-syntax
.
(You shouldn't need to do this unless you are making changes.)
Run make
.
Dependencies:
- npm
- js-yaml
- vsce
- Publish to VS Code Extension Marketplace