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 a4fa344 commit e15125dCopy full SHA for e15125d
purescript-font-lock.el
@@ -114,7 +114,8 @@
114
("::" . ,(decode-char 'ucs 8759))
115
("forall" . ,(decode-char 'ucs 8704)))
116
"A set of symbol compositions for use as `prettify-symbols-alist'."
117
- :group 'purescript)
+ :group 'purescript
118
+ :type '(repeat (cons string character)))
119
120
;; Use new vars for the font-lock faces. The indirection allows people to
121
;; use different faces than in other modes, as before.
0 commit comments