jgm / skylighting

A Haskell syntax highlighting library with tokenizers derived from KDE syntax highlighting descriptions
189 stars 61 forks source link

Fix formatting in `Color` doc-comment #138

Closed JaSpa closed 2 years ago

JaSpa commented 2 years ago

A color red/green/blue is rendered as

A color redgreenblue

The slash could be escaped but I think changing it to commas instead keeps the source code more readable.

jgm commented 2 years ago

Thanks for this!