MEL Language Extension for Visual Studio Code
This package was built using files from textmate/mel.tmbundle.
Installation
On Visual Studio Code, Open Command Palette (Ctrl+P) and Run:
ext install mel
Revision History
- v0.1.2: command colorization support.
Links
memo for development
How to create and install .vsix file.
- Install Node.js from https://nodejs.org/
- Run
npm install -g vsce
vsce package to create .vsix file.
code --install-extension "path_to_extension.vsix" to install .vsix file.
- Upload .vsix file to here, or run
vsce publish to publish package to visual studio marketplace directly.
| |