markwatkinson / luminous

Accurate and powerful syntax highlighting library
http://luminous.asgaard.co.uk
GNU Lesser General Public License v2.1
50 stars 5 forks source link

Preserve non-unix line endings #3

Open markwatkinson opened 13 years ago

markwatkinson commented 13 years ago

Luminous converts everything to unix line endings (\r\n => \n, \r=>\n) for consistency, it might be polite to convert them back to their original form again afterwards. This shouldn't be too hard but it's not completely trivial if the input is using a strange mixture of different forms.