OpenProse for VS Code

January 15, 2026 ยท View on GitHub

OpenProse

OpenProse for VS Code

Syntax highlighting for OpenProse files.

What Gets Highlighted

  • Strings - "text" and """multiline"""
  • Discretion blocks - **text** and ***multiline***
  • Comments - # comment
  • Constants - model names (sonnet, opus, haiku), permissions (allow, deny), backoff strategies (none, linear, exponential), numbers
  • Definitions - agent and block names

Installation

VS Code Marketplace: Install from the Visual Studio Marketplace

Manual Install: Download .vsix from GitHub Releases and install via Extensions: Install from VSIX... command.

Development

npm install
npm run package