aboutsummaryrefslogtreecommitdiff
path: root/lux-mode
diff options
context:
space:
mode:
authorEduardo Julian2022-06-12 13:33:48 -0400
committerEduardo Julian2022-06-12 13:33:48 -0400
commit8c3a1afab9efeb86e2f53d743551fc689fbad257 (patch)
tree396b2fd29bac407544d2136a0d9e6e3b8b2c30af /lux-mode
parent9c21fd1f33eb52fb971d493ad21a67036d68b841 (diff)
De-sigil-ification: suffix : [Part 4]
Diffstat (limited to 'lux-mode')
-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)