aboutsummaryrefslogtreecommitdiff
path: root/lux-mode
diff options
context:
space:
mode:
authorEduardo Julian2022-06-14 19:46:27 -0400
committerEduardo Julian2022-06-14 19:46:27 -0400
commit3a81232c2367df2416f62f651259ff9297abc7d4 (patch)
tree15af0e7bb2af4edb4581620a8db86a59c3094afe /lux-mode
parent3530dc17c5dc836c826b4a29cff2f3408dc8590d (diff)
De-sigil-ification: suffix : [Part 9]
Diffstat (limited to 'lux-mode')
-rw-r--r--lux-mode/lux-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el
index 8b79a6cf5..6979865fd 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -389,7 +389,7 @@ Called by `imenu--generic-function'."
(code//super-quotation (altRE "``" "~~"))
(code//template (altRE "with_template" "template"))
;; Miscellaneous
- (jvm-host (altRE "import" "export" "class:" "interface" "object" "do_to" "synchronized" "class_for"))
+ (jvm-host (altRE "import" "export" "class" "interface" "object" "do_to" "synchronized" "class_for"))
(alternative-format (altRE "char" "bin" "oct" "hex"))
(documentation (altRE "comment" "documentation:"))
(function-application (altRE "|>" "<|" "left" "right" "all"))
@@ -590,6 +590,7 @@ This function also returns nil meaning don't specify the indentation."
("generation" 'defun)
("directive" 'defun)
+ ("class" 'defun)
("interface" 'defun)
("import" 'defun)
("export" 'defun)