From 63dec2e80905100ae2b48ada1d4e0d675338d00f Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 13 Jun 2022 07:40:50 -0400 Subject: De-sigil-ification: suffix : [Part 7] --- lux-mode/lux-mode.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lux-mode') 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 ;; 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 -- cgit v1.2.3