We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a70c18 commit 75b05bfCopy full SHA for 75b05bf
haskell-lexeme.el
@@ -218,7 +218,7 @@ only escape sequences defined in Haskell Report.")
218
219
(defconst haskell-lexeme--char-literal-rx
220
(rx-to-string `(: (group "'")
221
- (| (: (group (regexp "[[:alpha:]_([]")) (group "'")) ; exactly one char
+ (| (: (group (regexp "[[:alpha:]_:([]")) (group "'")) ; exactly one char
222
(: (group (| (regexp "\\\\[^\n][^'\n]*") ; allow quote just after first backslash
223
(regexp "[^[:alpha:]_:(['\n][^'\n]*")))
224
(| (group "'") "\n" (regexp "\\'"))))))
0 commit comments