Merge pull request #1326 from phumberdroz/language_EJS

added EJS as Grammar since JavaScript Template is not longer used by …
This commit is contained in:
Glavin Wiechert 2016-12-29 00:05:00 -04:00 committed by GitHub
commit 8fac5094e7
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ module.exports = {
Supported Grammars
###
grammars: [
"EJS"
"JavaScript Template"
"HTML (Angular)"
]