mediawiki-extensions-Syntax.../geshi
Ori Livneh b4b8ff670f Haskell syntax: omit single quotes from QUOTEMARKS
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
2013-10-09 02:48:51 -07:00
..
docs So, I thought we were already on 1.8.11..... 2012-09-06 01:29:53 +01:00
geshi Haskell syntax: omit single quotes from QUOTEMARKS 2013-10-09 02:48:51 -07:00
.gitignore Remove contrib directory and add gitignore to ignore it 2013-06-15 16:36:49 +01:00
geshi.php Haskell syntax: omit single quotes from QUOTEMARKS 2013-10-09 02:48:51 -07:00