Is there a mode out there that has syntax higlighting (and possibly more, but this is the least I want) for a more recent ecmascript? I'm especially interested in one that has support for template strings and generator functions.
This should render properly:
co(function*(){ var a = yield request(`some.domain/${variable}`) return a; }