mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 10:39:53 +00:00
b4b8ff670f
Single quotes in Haskell may be used to delimit character literals, but they can also be used in identifiers. GeSHi's syntax highlighter only recognizes the former usage. When Haskell source uses "'" as part of an identifier, GeSHi treats it as the start of a literal string, which screws up syntax highlighting. Upstream bug report and proposed patch have been ignored for more than a year, so I am applying the proposed fix here, and changing the version identifier to reflect a WMF modification. Upstream bug report: <http://sourceforge.net/p/geshi/bugs/217/> Upstream proposed patch: <http://sourceforge.net/p/geshi/bugs/219/> Bug: 52509 Change-Id: I210832c4b272b5c03bbc4623d73fb821092e5ef4 |
||
---|---|---|
.. | ||
docs | ||
geshi | ||
.gitignore | ||
geshi.php |