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.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el
index f3b36dd27..00ed0293f 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -384,8 +384,8 @@ Called by `imenu--generic-function'."
(data//implicit (altRE "implicitly" "a/an" "a" "an"))
(data//collection (altRE "list" "sequence" "tree"))
;; Code
- (code//quotation (altRE "`" "`'" "'" "~" "~\\+" "~!" "~'"))
- (code//super-quotation (altRE "``" "~~"))
+ (code//quotation (altRE "`" "`'" "'" "," ",\\*" ",!" ",'"))
+ (code//super-quotation (altRE "``" ",,"))
(code//template (altRE "with_template" "template"))
;; Miscellaneous
(jvm-host (altRE "import" "export" "class" "interface" "object" "do_to" "synchronized" "class_for"))