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.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el
index 9e0d6b8d2..a94b2f166 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -399,7 +399,6 @@ Called by `imenu--generic-function'."
(extension (altRE "analysis" "synthesis" "generation" "declaration"))
(definition (altRE "\\.require"
"def" "inlined" "type"
- "exception"
"vocabulary")))
(let ((control (altRE control//flow
control//pattern-matching
@@ -587,7 +586,6 @@ This function also returns nil meaning don't specify the indentation."
("def" 'defun)
("type" 'defun)
- ("exception" 'defun)
("inlined" 'defun)
("context" 'defun)
("primitive" 'defun)