diff options
Diffstat (limited to 'lux-mode')
-rw-r--r-- | lux-mode/lux-mode.el | 2 |
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) |