Page MenuHomePhabricator

CSS class not highlighted when followed by a comma in GeSHi
Closed, ResolvedPublic

Description

The styling used to denote classes in CSS is not applied to classes followed immediately by a comma, see line 5 of https://en.wikipedia.org/w/index.php?title=User:Mdowdell/vector.css&oldid=600474823 for an example.


Version: unspecified
Severity: minor

Details

Reference
bz62876

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 3:06 AM
bzimport set Reference to bz62876.
bzimport added a subscriber: Unknown Object (MLST).

Might need/want upstreaming...

(In reply to Sam Reed (reedy) from comment #1)

Might need/want upstreaming...

It exists in other places that use GeSHi, such as [http://pastebin.com/DZGq13Ax pastebin], so upstreaming would be good :)

Legoktm claimed this task.
Legoktm subscribed.

This is fixed in Pygments, the new library used for syntax highlighting. See T85794: Convert SyntaxHighlight_Geshi from Geshi to Pygments (was: Don't register 250+ modules) for more details.