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 56
56
; ; All functions/variables start with
57
57
; ; `(turn-(on/off)-)purescript-font-lock' or `purescript-fl-' .
58
58
59
- ; ;; Change Log:
60
-
61
- ; ; Version 1.3:
62
- ; ; From Dave Love:
63
- ; ; Support for proper behaviour (including with Unicode identifiers)
64
- ; ; in Emacs 21 only hacked in messily to avoid disturbing the old
65
- ; ; stuff. Needs integrating more cleanly. Allow literate comment
66
- ; ; face to be customized. Some support for fontifying definitions.
67
- ; ; (I'm not convinced the faces should be customizable -- fontlock
68
- ; ; faces are normally expected to be consistent.)
69
- ; ;
70
- ; ; Version 1.2:
71
- ; ; Added support for LaTeX-style literate scripts. Allow whitespace
72
- ; ; after backslash to end a line for string continuations.
73
- ; ;
74
- ; ; Version 1.1:
75
- ; ; Use own syntax table. Use backquote (neater). Stop ''' being
76
- ; ; highlighted as quoted character. Fixed `\"' fontification bug
77
- ; ; in comments.
78
- ; ;
79
- ; ; Version 1.0:
80
- ; ; Brought over from PureScript mode v1.1.
81
-
82
59
; ;; Code:
83
60
84
61
(require 'font-lock )
You can’t perform that action at this time.
0 commit comments