This is the official extension for Sublime text created by the creators of Edge.js. Along with syntax highlighting, the extension adds support for following items.
Install the package from the Package control by searching for "Edge templates extension"
Automatically adds the whitespace in between the mustache braces {{ }}
. The extension code is borrowed from austenc/blade-spacer, so credit goes to them.
The extensions adds support for completion of known tags and global variables. It is based off the sublime completions file.
All of the edge tags shows up inside the Sublime symbols list. You can quickly nagivate between them.
- The extension works perfectly with existing HTML shortcuts or completions provided by Sublime
- The extension works with Emmet as well. No additional configuration required
- It requires
Packages/HTML/HTML.sublime-syntax
andPackages/JavaScript/JavaScript.sublime-syntax
syntax files. Both are pre-installed with Sublime text, unless you have removed them manually.