VS Code extension for Expr language with syntax highlighting, intelligent formatting, rainbow brackets, and file navigation.
- ✨ Syntax Highlighting - Full support for Expr language constructs
- 🌈 Rainbow Brackets - Color-coded parentheses by nesting depth
- 🎨 Smart Formatting - Auto-format with intelligent spacing and indentation
- 🔗 File Navigation - Click
"*.expr"strings to jump to referenced files
From VS Code Marketplace:
- Open VS Code Extensions (
Ctrl+Shift+XorCmd+Shift+X) - Search for "Expr Lang - Syntax & Formatter"
- Click Install
Or visit the VS Code Marketplace.
Create a .expr file and start coding! Formatting: Shift+Alt+F (Windows/Linux) or Shift+Option+F (Mac)
{
"expr.indentSize": 2,
"expr.maxLineLength": 120,
"expr.rainbowBrackets.enabled": true,
"[expr]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "daangn-ml-data-platform.expr-lang-support"
}
}# Build and package
npm install
npm run build:formatter
npm run build:vscode
npm run packageThis project is licensed under the MIT License.