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 a4b8427 commit edb29feCopy full SHA for edb29fe
haskell-font-lock.el
@@ -282,17 +282,6 @@ Returns keywords suitable for `font-lock-keywords'."
282
(,sym 0 (if (eq (char-after (match-beginning 0)) ?:)
283
haskell-constructor-face
284
haskell-operator-face))))
285
- (unless (boundp 'font-lock-syntactic-keywords)
286
- (cl-case literate
287
- (bird
288
- (setq keywords
289
- `(("^[^>\n].*$" 0 haskell-comment-face t)
290
- ,@keywords
291
- ("^>" 0 haskell-default-face t))))
292
- ((latex tex)
293
294
- `((haskell-font-lock-latex-comments 0 'font-lock-comment-face t)
295
- ,@keywords)))))
296
keywords))
297
298
(defvar haskell-font-lock-latex-cache-pos nil
0 commit comments