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 3737(require 'simple )
3838(require 'purescript-vars )
3939
40- ; ; Dynamically scoped variables.
40+ ; ; Dynamically scoped internal variables.
4141(defvar following-token )
4242(defvar current-token )
4343(defvar left-indent )
4747(defvar parse-line-number )
4848(defvar possible-indentations )
4949(defvar indentation-point )
50+ (defvar purescript-indent-last-position )
5051
5152(defgroup purescript-indentation nil
5253 " PureScript indentation."
117118 (define-key keymap [?\C -d] 'purescript-indentation-delete-char )
118119 keymap))
119120
120- ; ; Used internally
121- (defvar purescript-indent-last-position )
122-
123121;;;### autoload
124122(define-minor-mode purescript-indentation-mode
125123 " PureScript indentation mode that deals with the layout rule.
You can’t perform that action at this time.
0 commit comments