File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -236,6 +236,10 @@ Most of EJS will work as expected; however, there are a few things to note:
236
236
// Return the contents of file as a string
237
237
}); // returns rendered string
238
238
```
239
+
240
+ ### IDE Integrations with Syntax Highlighting
241
+
242
+ + VSCode: Javascript EJS by * DigitalBrainstem*
239
243
240
244
## Related projects
241
245
@@ -246,6 +250,7 @@ There are a number of implementations of EJS:
246
250
* EJS Embedded JavaScript Framework on Google Code: https://code.google.com/p/embeddedjavascript/
247
251
* Sam Stephenson's Ruby implementation: https://rubygems.org/gems/ejs
248
252
* 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
249
254
250
255
## License
251
256
You can’t perform that action at this time.
0 commit comments