Created
September 2, 2014 07:19
-
-
Save zefhemel/271682f4c89fcb2b6069 to your computer and use it in GitHub Desktop.
.ejs JavaScript highlighting for Zed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// whatever was already there, and add: | |
modes: { | |
javascript: { | |
extensions: ["ejs"] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment