Syntax highlighting for Output.ai .prompt files — YAML frontmatter, <system>, <user>, <assistant> role tags, and LiquidJS template expressions.
- YAML frontmatter — highlights
provider,model,temperature,maxTokens,providerOptions, and other configuration keys - Role blocks — colors
<system>,<user>, and<assistant>XML tags - LiquidJS templates — highlights
{{ variables }},{% if %}/{% endif %}control flow, filters, and operators - File icon — custom icon for
.promptfiles in the explorer
npx @vscode/vsce package
code --install-extension output-prompt-*.vsixnpx @vscode/vsce package
cursor --install-extension output-prompt-*.vsix- Open this folder in VS Code / Cursor
- Press
F5to launch the Extension Development Host - Open any
.promptfile to see syntax highlighting
MIT
