Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Pmk languageNew to Visual Studio Code? Get it now.
Pmk language

Pmk language

mirakkarim

|
1 install
| (0) | Free
Syntax highlighting and language support for PMK (Plugin Mirakkarim).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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)

  1. Open this folder in VS Code.
  2. Press F5 to launch Extension Development Host.
  3. Open a .pmk file in the new window.

Package as VSIX

  1. Install vsce:
    • npm i -g @vscode/vsce
  2. In this folder run:
    • vsce package
  3. 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
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft