aboutsummaryrefslogtreecommitdiff
path: root/lux-mode/lux-mode.el
diff options
context:
space:
mode:
authorEduardo Julian2017-03-28 20:53:27 -0400
committerEduardo Julian2017-03-28 20:53:27 -0400
commit757022c288868cc5fb4212fe3cb5ebcaa794c0f9 (patch)
tree6259023861e8c00265f7827b6d069386922bda2b /lux-mode/lux-mode.el
parent45100e32862d68639392b7863e5fc2d2d625721b (diff)
- Implemented finger-trees.
- Implemented random-access sequences and priority-queues on top of finger-trees.
Diffstat (limited to 'lux-mode/lux-mode.el')
-rw-r--r--lux-mode/lux-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el
index 6511c66cb..4ca40f257 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -231,7 +231,7 @@ Called by `imenu--generic-function'."
"object" "jvm-import" "do-to" "with-open" "synchronized" "class-for"
"doc"
"|E" "|F" "|H" "effect:" "handler:" "with-handler" "doE" "lift"
- "regex"
+ "regex" "seq"
) t)
"\\>")
1 font-lock-builtin-face)