From 1550dcf419662e19eb4c1dd21ce316060d03e52b Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 22 Jul 2017 18:21:35 -0400 Subject: - Removed Char support in lux-mode. - Removed keyword support for algebraic effects. --- lux-mode/lux-mode.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lux-mode') diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 9fd8a5d03..6e64119cd 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -237,8 +237,7 @@ Called by `imenu--generic-function'." "`" "`'" "'" "do-template" "object" "jvm-import" "do-to" "with-open" "synchronized" "class-for" "doc" - "|E" "|F" "|H" "effect:" "handler:" "with-handler" "doE" - "regex" "seq" + "regex" ) t) "\\>") 1 font-lock-builtin-face) @@ -249,8 +248,6 @@ Called by `imenu--generic-function'." '("true" "false") t) "\\>") 0 font-lock-constant-face) - ; Char literals - #"1", #"a", #"\n", #"\u0000" - ("#\".+\"" 0 font-lock-constant-face) ; Nat literals ("\\<\\+\\(0\\|[1-9][0-9_]*\\)\\>" 0 font-lock-constant-face) ; Int|Real literals -- cgit v1.2.3