Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Meld Prompt Scripting for VSCode and CursorNew to Visual Studio Code? Get it now.
Meld Prompt Scripting for VSCode and Cursor

Meld Prompt Scripting for VSCode and Cursor

meld

|
33 installs
| (0) | Free
Syntax highlighting and autocompletion for Meld scripting language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Meld Prompt Scripting for VSCode and Cursor

Visual Studio Code and Cursor extension for the Meld prompt scripting language.

Features

  • Syntax highlighting for Meld directives and Markdown content
  • Autocompletion for Meld directives, variables, and commands
  • Path validation
  • Markdown header autocompletion in embed directives
  • Hover documentation for directives
  • Integration with meld-ast for parsing and analysis

Supported Syntax

  • Variable syntax: {{variable}}
  • Directive syntax: @embed, @import, @run, @define, etc.
  • Comment syntax: >> This is a comment
  • Markdown content with proper styling

Path and Variable Features

  • Path validation for imports and embeds
  • Variable autocompletion from imported files
  • Support for nested objects and arrays
  • URL support in import and embed directives

Installation

Visual Studio Code

From Marketplace

code --install-extension meld.meld-vscode

Or search for "Meld Scripting & Prompt Engineering" in the Extensions view.

From VSIX

code --install-extension meld-vscode-1.0.0.vsix

Or:

  1. Open VSCode
  2. View → Extensions (or press Ctrl+Shift+X)
  3. Click "..." at the top of the Extensions view
  4. Select "Install from VSIX..."
  5. Choose the downloaded VSIX file

Cursor

From VSIX

cursor --install-extension meld-vscode-1.0.0.vsix

Or:

  1. Open Cursor
  2. View → Extensions (or press Ctrl+Shift+X)
  3. Click "..." at the top of the Extensions view
  4. Select "Install from VSIX..."
  5. Choose the downloaded VSIX file

Usage

The extension activates automatically for .mld and .mld.md files, which are the standard file extensions for Meld scripts.

Basic Syntax Examples

>> This is a comment

@import [variable] from [path/to/file.mld]

@embed {{variable}}

@embed [[
Multi-line content here
Can include markdown formatting
]]

## Markdown headers are supported

Development

Setup

git clone https://github.com/adamavenir/meld-vscode.git
cd meld-vscode
npm install

Build and Package

npm run build
npm run package

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft