Skip to content

Commit 652c7cc

Browse files
committed
purescript-font-lock.el: remove changelog from the file
We have git now, the code mentioning things from a decade ago doesn't sound too useful.
1 parent 64fa1f3 commit 652c7cc

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

purescript-font-lock.el

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -53,29 +53,6 @@
5353
;; `id :: a -> a' be considered a constructor or a keyword? If so,
5454
;; how do we distinguish this from `\x -> x'? What about the `\'?
5555

56-
;;; Change Log:
57-
58-
;; Version 1.3:
59-
;; From Dave Love:
60-
;; Support for proper behaviour (including with Unicode identifiers)
61-
;; in Emacs 21 only hacked in messily to avoid disturbing the old
62-
;; stuff. Needs integrating more cleanly. Allow literate comment
63-
;; face to be customized. Some support for fontifying definitions.
64-
;; (I'm not convinced the faces should be customizable -- fontlock
65-
;; faces are normally expected to be consistent.)
66-
;;
67-
;; Version 1.2:
68-
;; Added support for LaTeX-style literate scripts. Allow whitespace
69-
;; after backslash to end a line for string continuations.
70-
;;
71-
;; Version 1.1:
72-
;; Use own syntax table. Use backquote (neater). Stop ''' being
73-
;; highlighted as quoted character. Fixed `\"' fontification bug
74-
;; in comments.
75-
;;
76-
;; Version 1.0:
77-
;; Brought over from PureScript mode v1.1.
78-
7956
;;; Code:
8057

8158
(require 'font-lock)

0 commit comments

Comments
 (0)