rouge-ruby / rouge

A pure Ruby code highlighter that is compatible with Pygments
https://rouge.jneen.net/
Other
3.3k stars 732 forks source link

add halfway support for multiline elixir sigils #2052

Open bsmithgall opened 4 weeks ago

bsmithgall commented 4 weeks ago

This changeset treats multiline sigils as doc strings, similar to how things work in GitHub as of time of authoring.

I'm not sure if this is the best approach, but it seems to work equivalently to GitHub, etc which seems good enough for now.

Fixes #2051