diff options
Diffstat (limited to 'lux-mode')
-rw-r--r-- | lux-mode/lux-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 45f314b44..d416c3b25 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -442,7 +442,7 @@ highlighted region)." (font-lock-syntactic-face-function . lux-font-lock-syntactic-face-function)))) -(defvar withRE (concat "\\`" "with" (altRE "-" "\\'"))) +(defvar withRE (concat "\\`" "with" (altRE "_" "\\'"))) (defvar definitionRE ":\\'") (defun lux-indent-function (indent-point state) |