File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 53
53
; ; `id :: a -> a' be considered a constructor or a keyword? If so,
54
54
; ; how do we distinguish this from `\x -> x'? What about the `\' ?
55
55
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
-
79
56
; ;; Code:
80
57
81
58
(require 'font-lock )
You can’t perform that action at this time.
0 commit comments