Express supports view engines of which ejs and jade are the most popular. It would be great to have syntax highlighting for these files.
Comments: I want this badly too! Currently I'm switching between Sublime Text and Visual Studio in order to see what I'm doing in my .jade and .stylus files. Would it not be possible to gain traction from an existing code editor's plugin eco-system and get support for syntax highlighting that way? For example, there are TextMate/Sublime Text packages for [Jade](https://sublime.wbond.net/packages/Jade), [EJS](https://github.com/gregory-m/ejs-tmbundle), [Stylus](https://github.com/jameswomack/Stylus-TextMate-Bundle), [SCSS](https://github.com/MarioRicalde/SCSS.tmbundle) and many others. (maybe there are better/larger eco-systems than my .tmbundle idea — I haven't checked) Writing an interpreter for these kind of existing packages, would solve a lot of languages at once.
Comments: I want this badly too! Currently I'm switching between Sublime Text and Visual Studio in order to see what I'm doing in my .jade and .stylus files. Would it not be possible to gain traction from an existing code editor's plugin eco-system and get support for syntax highlighting that way? For example, there are TextMate/Sublime Text packages for [Jade](https://sublime.wbond.net/packages/Jade), [EJS](https://github.com/gregory-m/ejs-tmbundle), [Stylus](https://github.com/jameswomack/Stylus-TextMate-Bundle), [SCSS](https://github.com/MarioRicalde/SCSS.tmbundle) and many others. (maybe there are better/larger eco-systems than my .tmbundle idea — I haven't checked) Writing an interpreter for these kind of existing packages, would solve a lot of languages at once.