aboutsummaryrefslogtreecommitdiff
path: root/lux-mode/lux-mode.el
diff options
context:
space:
mode:
authorEduardo Julian2022-03-15 07:24:35 -0400
committerEduardo Julian2022-03-15 07:24:35 -0400
commitbc36487224f670c23002cc4575c0dba3e5dc1be1 (patch)
tree01601f7e5d992ace77a16cfa90240ffc4511a7af /lux-mode/lux-mode.el
parent4ef1ac1dfe0edd1a11bb7f1fd13c8b6cb8f1bab4 (diff)
De-sigil-ification: ^
Diffstat (limited to 'lux-mode/lux-mode.el')
-rw-r--r--lux-mode/lux-mode.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el
index 5018e8894..0abd174f2 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -362,10 +362,7 @@ Called by `imenu--generic-function'."
(revRE (literal (concat "\\." natural)))
(specialRE (let (;; Control
(control//flow (altRE "case" "exec" "let" "if" "cond" "loop" "again" "do" "be"))
- (control//pattern-matching (altRE "\\^" "\\^or"
- "\\^multi" "\\^let" "\\^template"
- "\\^open" "\\^|>" "\\^code"
- "\\^stream&" "\\^regex"))
+ (control//pattern-matching (altRE "pattern" "open"))
(control//logic (altRE "and" "or"))
(control//contract (altRE "pre" "post"))
;; Type
@@ -601,7 +598,6 @@ This function also returns nil meaning don't specify the indentation."
(object 'defun)
(do_to 'defun)
(comment 'defun)
- (^template 'defun)
(remember 'defun)
(to_do 'defun)
(fix_me 'defun)