An open API service indexing awesome lists of open source software.

https://github.com/jf17/vscode-mql

Syntax highlighting for Enovia MQL(Matrix Query Language) .
https://github.com/jf17/vscode-mql

enovia mql plugin vscode

Last synced: 4 months ago
JSON representation

Syntax highlighting for Enovia MQL(Matrix Query Language) .

Awesome Lists containing this project

README

          

# vscode-mql

https://code.visualstudio.com/api/working-with-extensions/publishing-extension

create build:
```sh
vsce package
```

install Linux:
```sh
code --install-extension mql-lang-0.0.38.vsix
```

publish:
```sh
vsce login (publisher name)
vsce publish -p
```