aboutsummaryrefslogtreecommitdiff
path: root/lux-mode
diff options
context:
space:
mode:
authorEduardo Julian2017-07-22 18:21:35 -0400
committerEduardo Julian2017-07-22 18:21:35 -0400
commit1550dcf419662e19eb4c1dd21ce316060d03e52b (patch)
tree7343fd219cb5133f6936d9e2b226262421605b74 /lux-mode
parenta2615d3ac0b1ecf9e4b9e1e3f3a2797f62801bed (diff)
- Removed Char support in lux-mode.
- Removed keyword support for algebraic effects.
Diffstat (limited to 'lux-mode')
-rw-r--r--lux-mode/lux-mode.el5
1 files changed, 1 insertions, 4 deletions
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