EJS support (#2993)

* Added EJS Language Support

* Added the submodule reference for ejs-tmbundle

* Adding EJS license
This commit is contained in:
Arfon Smith
2016-05-06 15:58:53 -06:00
parent 3191ff498d
commit f22181f47d
7 changed files with 138 additions and 0 deletions

View File

@@ -885,6 +885,15 @@ ECLiPSe:
tm_scope: source.prolog.eclipse
ace_mode: prolog
EJS:
type: markup
color: "#a91e50"
group: HTML
extensions:
- .ejs
tm_scope: text.html.js
ace_mode: ejs
Eagle:
type: markup
color: "#814C05"