Enables syntax‑highlighting, bracket matching and snippets for .qmr experiment files.
- Open VS Code or Cursor.
- Press ⌘ ⇧ X (macOS) or Ctrl Shift X (Windows/Linux) to open the Extensions view.
- Search for “QuMaRE Syntax” or the full identifier
quiqcl.qumare-syntax. - Click Install.
- Reopen a
.qmrfile – colors and snippets are now active!
If you downloaded qumare-syntax-x.y.z.vsix from CI or GitHub Releases:
# VS Code CLI
code --install-extension qumare-syntax-x.y.z.vsix
# Cursor CLI
cursor --install-extension qumare-syntax-x.y.z.vsixOr via the GUI:
Extensions ▸ … ▸ Install from VSIX… and select the file.
The extension requires VS Code 1.90 or newer (package.json → "engines": { "vscode": "^1.90.0" }).
Update your editor if installation is refused.
Files ending in .qmr are detected automatically.
If you use another extension such as .qmc, add this to settings.json:
| Symptom | Fix |
|---|---|
No colouring for .qmr |
Check the status‑bar language mode—should read QuMaRE. Click it to change if needed. |
| VSIX too large when sideloading | Use the Marketplace version or a minimal VSIX without sample data. |
| “Not compatible with VS Code” error | Update VS Code / Cursor to ≥ 1.90 or lower the engines.vscode field before packaging. |
Open issues or contribute at https://github.com/miinukim/qumare-syntax.