PMK Language VS Code Extension
Adds language support for .pmk files:
- file association (
.pmk -> pmk)
- syntax highlighting
- comments configuration (
#)
- diagnostics (error highlighting) for common PMK syntax mistakes
Local run (development)
- Open this folder in VS Code.
- Press
F5 to launch Extension Development Host.
- Open a
.pmk file in the new window.
Package as VSIX
- Install
vsce:
- In this folder run:
- Install generated
.vsix in VS Code:
- Extensions ->
... -> Install from VSIX...
Notes
- Grammar file:
syntaxes/pmk.tmLanguage.json
- Language config:
language-configuration.json
- Diagnostics logic:
extension.js
| |