Skip to content

Commit c3ef65b

Browse files
committed
Merge branch 'master' of github.com:mde/ejs
2 parents 16a17d3 + 9f93d60 commit c3ef65b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,10 @@ Most of EJS will work as expected; however, there are a few things to note:
236236
// Return the contents of file as a string
237237
}); // returns rendered string
238238
```
239+
240+
### IDE Integrations with Syntax Highlighting
241+
242+
+ VSCode:Javascript EJS by *DigitalBrainstem*
239243

240244
## Related projects
241245

@@ -246,6 +250,7 @@ There are a number of implementations of EJS:
246250
* EJS Embedded JavaScript Framework on Google Code: https://code.google.com/p/embeddedjavascript/
247251
* Sam Stephenson's Ruby implementation: https://rubygems.org/gems/ejs
248252
* Erubis, an ERB implementation which also runs JavaScript: http://www.kuwata-lab.com/erubis/users-guide.04.html#lang-javascript
253+
* DigitalBrainstem EJS Language support: https://github.com/Digitalbrainstem/ejs-grammar
249254

250255
## License
251256

0 commit comments

Comments
 (0)