This extension provides syntax highlighting for ola
language.
- You can find this extension in vscode's extension marketplace and install it
- Installation (Local Development)
Once you have node and npm installed, you can build the extension like so: From the directory of this file, run:
npm install -g vsce
npm install
vsce package
code --install-extension ola*.vsix
Note:vsce only needs to be installed globally once
https://code.visualstudio.com/api/working-with-extensions/publishing-extension