Visual Studio Code extension providing syntax highlighting for Mustache files.
Colorization
Installation
Open the Quick Open dialog using Ctrl+P (Windows, Linux) or Cmd+P (macOS).
Type ext install mustache-syntax-vscode to find the extension.
Click the Install button, then the Enable button.
OR
Press Ctrl+Shift+X (Windows, Linux) or Cmd+Shift+X (macOS) to open the Extensions tab.
Type Mustache Syntax to find the extension.
Click the Install button, then the Enable button.
OR
Open a command prompt / terminal.
Run code --install-extension attilabuti.mustache-syntax-vscode
How to use
The syntax highlight is applied automatically to .mustache files. If that doesn't happen, you can open the Command Palette using Ctrl+Shift+P (Windows, Linux) or Cmd+Shift+P (macOS), type Change Language Mode and select the Mustache.
Supported features
Syntax highlight
Supported filetypes
.mustache
.stache
.mst
.mu
Change Log
[0.1.0] (2021-04-25)
This is the initial release of this extension.
Issues
Submit the issues if you find any bug or have any suggestion.