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.
2 parents 1d2b01f + b8c3252 commit e9f4c0fCopy full SHA for e9f4c0f
haskell-font-lock.el
@@ -328,7 +328,7 @@ that should be commented under LaTeX-style literate scripts."
328
;; Beware: do not match something like 's-}' or '\n"+' since the first '
329
;; might be inside a comment or a string.
330
;; This still gets fooled with "'"'"'"'"'"', but ... oh well.
331
- ("\\Sw\\('\\)\\([^\\'\n]\\|\\\\.[^\\'\n \"}]*\\)\\('\\)" (1 "|") (3 "|"))
+ ("\\Sw\\('\\)\\([^\\'\n]\\|\\\\.[^\\'\n \"}]*\\)\\('\\)" (1 "\"") (3 "\""))
332
;; Deal with instances of `--' which don't form a comment
333
("[!#$%&*+./:<=>?@^|~\\-]\\{3,\\}" (0 (cond ((or (nth 3 (syntax-ppss)) (numberp (nth 4 (syntax-ppss))))
334
;; There are no such instances inside nestable comments or strings
0 commit comments