Comment #1 on issue 1701 by gordon.morehouse: Punctuation characters highlighted with red border in .inc files containing PHP
http://code.google.com/p/reviewboard/issues/detail?id=1701

This may be because the default Pygments "lexer" for *.inc files is the PovrayLexer.

pygments.lexers.get_lexer_for_filename('a.inc')
<pygments.lexers.PovrayLexer>

If Review Board does any file type detection magic, perhaps Pygments could be told to use the proper lexer.

Unsatisfying workaround: disable syntax highlighting altogether.

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.

Reply via email to