Skip to content

Commit e15125d

Browse files
committed
Add missing custom var type
1 parent a4fa344 commit e15125d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

purescript-font-lock.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@
114114
("::" . ,(decode-char 'ucs 8759))
115115
("forall" . ,(decode-char 'ucs 8704)))
116116
"A set of symbol compositions for use as `prettify-symbols-alist'."
117-
:group 'purescript)
117+
:group 'purescript
118+
:type '(repeat (cons string character)))
118119

119120
;; Use new vars for the font-lock faces. The indirection allows people to
120121
;; use different faces than in other modes, as before.

0 commit comments

Comments
 (0)