pygments / pygments.rb

💎 Ruby wrapper for Pygments syntax highlighter
MIT License
572 stars 141 forks source link

Elm syntax highlighting #169

Closed BrianHicks closed 7 years ago

BrianHicks commented 7 years ago

I'd like to use Elm syntax highlighting for a book I'm writing with Softcover (relevant issue: https://github.com/softcover/softcover/issues/173.) It looks like the trail of breadcrumbs leads here, would it be possible to release an updated version with Elm support? It looks like Pygments supports it in a released version now.

gfx commented 7 years ago

This gem is just a wrapper to Pygments, a syntax highlighter written in Python.

Tell your problem to the upstream project.

gfx commented 7 years ago

Oops, sorry, I misunderstood.

pygments.rb v1.0.0 bundles Pygments 2.2.0-snapshot. Check it out.