rouge-ruby / rouge

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

add halfway support for multiline elixir sigils #2052

Open bsmithgall opened 5 months ago

bsmithgall commented 5 months 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