[Tex/LaTex] JavaScript ES6 Code highlighting

highlightingmintedsourcecode

I'm using the latest minted to highlight my sourcecode.
I've got a lot of code listings using ES5 and ES6 javascript features but minted is lacking a lot of them still.

What can I do to get proper ES6 code highlighting?

Best Answer

This is an attempt to create a javaScript listing for ES6, Node.js, Express.js, Jasmine keywords. I will include more key words from popular JavaScript frameworks as time allows.

into: https://github.com/xgirma/latex-javaScript

A sample express listing is below: enter image description here