Example: http://drupalcode.org/viewvc/drupal/contributions/modules/ctools/include...
Nearly every punctuation character has a very odd and very distracting red border around it. Maybe the code colorizer doesn't recognize .inc files as PHP (same markup view is fine on .module and .install files).
Comments
Comment #1
neclimdulActually, it's fine on .module and .install but they aren't colorized like .php files so if we can just standardize all that at once that'd be pretty cool.
Comment #2
avpadernoThe only files that are colorized correctly are the files with extension .
Files with extension , and are rendered as plain text files, and that should be fixed as well.
Files with extension are the worst files. Those red boxes are like a fist in my eyes; apart that, the rest of the file is not rendered correctly too (in
'type' => $element['#dependency_type'],typeis rendered in bold and green, like if the word would not be even inside quotation marks).Comment #3
damien tournoud commentedWe need to change the mime mapping of our files. Putting this ViewVC's mimetypes.conf should do the trick:
Comment #4
neclimdulFigured it was something like that. So... who do we poke to look at this and give it a shot?
Comment #5
damien tournoud commentedThat was done on Thursday :)