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
- Clone this repo
- Open in VS Code
- Press F5 to launch Extension Development Host
- Open any
.prose file
Packaging
npm install
npm run package
| |