Skip to content

Commit 72ec9fd

Browse files
committed
Operators should be fontified. Fix #503.
1 parent 1766c26 commit 72ec9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-font-lock.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Returns keywords suitable for `font-lock-keywords'."
315315
;; (concat "[" symbol ":]+")
316316
;; Add backslash to the symbol-syntax chars. This seems to
317317
;; be thrown for some reason by backslash's escape syntax.
318-
"\\(\\s_\\|\\\\\\)+")
318+
"\\(\\s.\\|\\\\\\)+")
319319

320320
;; Reserved operations
321321
(reservedsym

0 commit comments

Comments
 (0)