aboutsummaryrefslogtreecommitdiff
path: root/lux-mode/lux-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'lux-mode/lux-mode.el')
-rw-r--r--lux-mode/lux-mode.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el
index 46ff12893..3ae63dc14 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -398,11 +398,10 @@ Called by `imenu--generic-function'."
(remember (altRE "remember" "to_do" "fix_me"))
(definition (altRE "\\.using"
"def:" "type:" "program:" "inline:"
- "implementation:"
"macro" "syntax"
"exception:"
"word:"
- "analysis:" "synthesis:" "generation:" "directive:")))
+ "analysis" "synthesis" "generation" "directive")))
(let ((control (altRE control//flow
control//pattern-matching
control//logic
@@ -587,6 +586,11 @@ This function also returns nil meaning don't specify the indentation."
("syntax" 'defun)
("template" 'defun)
+ ("analysis" 'defun)
+ ("synthesis" 'defun)
+ ("generation" 'defun)
+ ("directive" 'defun)
+
(import 'defun)
(export 'defun)