We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3f3c6 commit 3156840Copy full SHA for 3156840
purescript-font-lock.el
@@ -262,17 +262,6 @@ Returns keywords suitable for `font-lock-keywords'."
262
(,sym 0 (if (eq (char-after (match-beginning 0)) ?:)
263
purescript-constructor-face
264
purescript-operator-face))))
265
- (unless (boundp 'font-lock-syntactic-keywords)
266
- (cl-case literate
267
- (bird
268
- (setq keywords
269
- `(("^[^>\n].*$" 0 purescript-comment-face t)
270
- ,@keywords
271
- ("^>" 0 purescript-default-face t))))
272
- ((latex tex)
273
274
- `((purescript-fl-latex-comments 0 'font-lock-comment-face t)
275
- ,@keywords)))))
276
keywords))
277
278
;; The next three aren't used in Emacs 21.
0 commit comments