EJS
An EJS syntax definition specifically for sublime text
Labels language syntax
Details
Installs
- Total 84K
- Win 33K
- Mac 35K
- Linux 16K
Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 1 | 0 | 3 | 1 | 0 | 1 | 1 | 2 | 1 | 1 | 2 | 2 | 0 | 0 | 1 | 0 | 4 | 6 | 1 | 0 | 0 | 5 | 3 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 2 | 0 | 2 |
Mac | 2 | 0 | 0 | 0 | 1 | 2 | 3 | 2 | 1 | 1 | 2 | 4 | 1 | 0 | 1 | 0 | 3 | 3 | 1 | 1 | 2 | 3 | 0 | 1 | 1 | 1 | 6 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 |
Linux | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 2 | 0 | 0 | 1 | 1 | 1 | 2 | 0 | 2 | 0 | 0 | 2 | 2 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
The EJS Sublime Package
A lightweight Sublime Text package for EJS.
Installation & Use
Use Package Control to install EJS in Sublime Text.
Once installed, all .ejs
files are opened using the EJS
syntax by default.
Snippets
The following snippets are supported in the HTML scope.
=
+ Tab
Inserts EJS open and closing tags (<%= %>
). Press tab again to move selection ahead and accept the =
character, or press spacebar to delete the =
character.
if
+ Tab
Inserts EJS open and closing tags with JavaScript if and else statements (<% if (condition) { } else { } %>
).
Support
Please provide feedback and issues here.
Pull request are wellcome and donations are also appreciated.