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 d150f6d commit aad12b0Copy full SHA for aad12b0
purescript-font-lock.el
@@ -128,7 +128,7 @@
128
;; This is probably just wrong, but it used to use
129
;; `font-lock-function-name-face' with a result that was not consistent with
130
;; other major modes, so I just exchanged with `purescript-definition-face'.
131
-(defvar purescript-operator-face 'font-lock-variable-name-face)
+(defvar purescript-operator-face 'font-lock-operator-face)
132
(defvar purescript-default-face nil)
133
(defvar purescript-literate-comment-face 'font-lock-doc-face
134
"Face with which to fontify literate comments.
0 commit comments