We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b06bfe commit 3c3385bCopy full SHA for 3c3385b
geshi/haskell.php
@@ -46,7 +46,7 @@
46
3 => "/{-(?:(?R)|.)-}/s", //Nested Comments
47
),
48
'CASE_KEYWORDS' => 0,
49
- 'QUOTEMARKS' => array('"',"'"),
+ 'QUOTEMARKS' => array('"'),
50
'ESCAPE_CHAR' => '\\',
51
'KEYWORDS' => array(
52
/* main haskell keywords */
0 commit comments