atom / highlights

Syntax highlighter
https://atom.github.io/highlights
MIT License
529 stars 54 forks source link

Add language-elm #62

Open kachkaev opened 6 years ago

kachkaev commented 6 years ago

This module does not support elm at the moment, which means that ```elm blocks are not highlighted when editing markdown files in Atom. However, there exists an external language-elm package, which works well for highlighting in .elm files already.

Would that be possible to make that package a dependency for highlights? I can submit a PR if this idea sounds reasonable.