pygments / pygments.rb

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

Misapplied comment highlighting in C #66

Closed emberian closed 11 years ago

emberian commented 11 years ago

Example:

https://github.com/falconindy/cower/blob/master/cower.c#L72

Text after // is italicized even though it is part of a string.

(from github/linguist#432)

emberian commented 11 years ago

Actually, this is an issue for pygments itself, sorry for the noise.