File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 37
37
(require 'simple )
38
38
(require 'purescript-vars )
39
39
40
- ; ; Dynamically scoped variables.
40
+ ; ; Dynamically scoped internal variables.
41
41
(defvar following-token )
42
42
(defvar current-token )
43
43
(defvar left-indent )
47
47
(defvar parse-line-number )
48
48
(defvar possible-indentations )
49
49
(defvar indentation-point )
50
+ (defvar purescript-indent-last-position )
50
51
51
52
(defgroup purescript-indentation nil
52
53
" PureScript indentation."
117
118
(define-key keymap [?\C -d] 'purescript-indentation-delete-char )
118
119
keymap))
119
120
120
- ; ; Used internally
121
- (defvar purescript-indent-last-position )
122
-
123
121
;;;### autoload
124
122
(define-minor-mode purescript-indentation-mode
125
123
" PureScript indentation mode that deals with the layout rule.
You can’t perform that action at this time.
0 commit comments