Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mde/ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Mar 26, 2018
2 parents 16a17d3 + 9f93d60 commit c3ef65b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ Most of EJS will work as expected; however, there are a few things to note:
// Return the contents of file as a string
}); // returns rendered string
```

### IDE Integrations with Syntax Highlighting

+ VSCode:Javascript EJS by *DigitalBrainstem*

## Related projects

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

0 comments on commit c3ef65b

Please sign in to comment.