Language support for the espresso templating language — a lightweight HTML-based templating syntax used by the espresso framework for building APIs and MVC applications.
Developed by the pragmatica team.
Features
Syntax highlighting for espresso template (.espresso) files
Built on top of HTML grammar, so all standard HTML is fully highlighted
Bracket matching, auto-closing pairs, and surrounding pairs for espresso template tags ({{ }} and {{{ }}})
Screenshot
TODO: add a screenshot of a .espresso file with syntax highlighting.
Installation
From the Marketplace
Open VS Code
Go to the Extensions view (Ctrl+Shift+X)
Search for "Espresso"
Click Install
From a VSIX file
Download espresso-syntax-*.vsix
In VS Code, open the command palette (Ctrl+Shift+P)
Run Extensions: Install from VSIX... and select the file
Usage
Just open any file with the .espresso extension and syntax highlighting is applied automatically.