Skip to content

Commit aad12b0

Browse files
committed
wip: testing CI
1 parent d150f6d commit aad12b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

purescript-font-lock.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
;; This is probably just wrong, but it used to use
129129
;; `font-lock-function-name-face' with a result that was not consistent with
130130
;; other major modes, so I just exchanged with `purescript-definition-face'.
131-
(defvar purescript-operator-face 'font-lock-variable-name-face)
131+
(defvar purescript-operator-face 'font-lock-operator-face)
132132
(defvar purescript-default-face nil)
133133
(defvar purescript-literate-comment-face 'font-lock-doc-face
134134
"Face with which to fontify literate comments.

0 commit comments

Comments
 (0)