aboutsummaryrefslogtreecommitdiff
path: root/lux-mode
diff options
context:
space:
mode:
authorEduardo Julian2022-06-13 07:40:50 -0400
committerEduardo Julian2022-06-13 07:40:50 -0400
commit63dec2e80905100ae2b48ada1d4e0d675338d00f (patch)
treea8e7d90610288ca417dccb000ea8fa8dc1221132 /lux-mode
parent289f9de576a7980184339f380d5000f7d71f6d7e (diff)
De-sigil-ification: suffix : [Part 7]
Diffstat (limited to 'lux-mode')
-rw-r--r--lux-mode/lux-mode.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el
index bf840e44e..7d9f18203 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -5,7 +5,7 @@
;; Authors: Eduardo Julian <eduardoejp@gmail.com>
;; URL: https://github.com/LuxLang/lux/tree/master/lux-mode
;; Keywords: languages lisp lux
-;; Version: 0.6.0
+;; Version: 0.6.6
;; Package-Requires: ((emacs "24.1"))
;; This file is not part of GNU Emacs.
@@ -393,13 +393,12 @@ Called by `imenu--generic-function'."
(alternative-format (altRE "char" "bin" "oct" "hex"))
(documentation (altRE "comment" "documentation:"))
(function-application (altRE "|>" "<|" "left" "right" "all"))
- (function-definition (altRE "function" "|>>" "<<|" "||>"))
+ (function-definition (altRE "function" "|>>" "<<|"))
(remember (altRE "remember" "to_do" "fix_me"))
(definition (altRE "\\.using"
"def:" "type:" "program:" "inline:"
"macro" "syntax"
"exception:"
- "word:"
"analysis" "synthesis" "generation" "directive")))
(let ((control (altRE control//flow
control//pattern-matching