scopatz / nanorc

Improved Nano Syntax Highlighting Files
Other
3.05k stars 556 forks source link

Javascript Template Literal Support #158

Open Maldaris opened 6 years ago

Maldaris commented 6 years ago

Currently, the following code block (and variations thereof) aren't highlighted with the javascript.nanorc rules.

` this is an example ${template}`
`${template}`
``

I've tried (and failed) to create a solution, but will keep working on it.

scopatz commented 6 years ago

Pull requests welcome!