Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sator-imaging/visual-studio-code-mel-language
MEL Language Extension for Visual Studio Code
https://github.com/sator-imaging/visual-studio-code-mel-language
maya maya-script mel mel-language visual-studio visual-studio-code visual-studio-code-extension visual-studio-extension vscode vscode-extension vscode-language
Last synced: 17 days ago
JSON representation
MEL Language Extension for Visual Studio Code
- Host: GitHub
- URL: https://github.com/sator-imaging/visual-studio-code-mel-language
- Owner: sator-imaging
- Created: 2016-01-18T07:10:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T16:37:45.000Z (over 2 years ago)
- Last Synced: 2024-07-28T21:53:00.025Z (5 months ago)
- Topics: maya, maya-script, mel, mel-language, visual-studio, visual-studio-code, visual-studio-code-extension, visual-studio-extension, vscode, vscode-extension, vscode-language
- Homepage: https://marketplace.visualstudio.com/items/sator-imaging.mel
- Size: 222 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MEL Language Extension for Visual Studio Code
This package was built using files from [textmate/mel.tmbundle](https://github.com/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
- Visual Studio Marketplace:
https://marketplace.visualstudio.com/items/sator-imaging.mel### memo for development
How to create and install .vsix file.
1. Install Node.js from https://nodejs.org/
2. Run `npm install -g vsce`
3. `vsce package` to create .vsix file.
- `code --install-extension "path_to_extension.vsix"` to install .vsix file.
4. Upload .vsix file to [here](https://marketplace.visualstudio.com/manage/), or run `vsce publish` to publish package to visual studio marketplace directly.