aboutsummaryrefslogtreecommitdiff
path: root/lux-mode
diff options
context:
space:
mode:
authorEduardo Julian2018-07-03 22:30:49 -0400
committerEduardo Julian2018-07-03 22:30:49 -0400
commit49d59ddc16a588115e02303fd325e46d6c1c87ac (patch)
tree72cd5b349684fdeb4ddaaa370c91c11217a07466 /lux-mode
parentf505b42847bd7ba54b14d4b593b883c1bb25501d (diff)
- Re-named "stream" to "sequence".
- Updated copyright dates for lux-mode.
Diffstat (limited to 'lux-mode')
-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 dc780b364..5beb7f91c 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -1,6 +1,6 @@
;;; lux-mode.el --- Major mode for Lux code -*- lexical-binding: t; -*-
-;; Copyright © 2014-2017 Eduardo Julian
+;; Copyright © 2014-2018 Eduardo Julian
;;
;; Authors: Eduardo Julian <eduardoejp@gmail.com>
;; URL: https://github.com/LuxLang/lux/tree/master/lux-mode
@@ -233,7 +233,7 @@ Called by `imenu--generic-function'."
"list" "list&" "io" "row" "tree"
"get@" "set@" "update@" "|>" "|>>" "<|" "<<|" "_$" "$_" "~" "~+" "~!" "~'" "::" ":::"
"|" "&" "->" "All" "Ex" "Rec" "primitive" "$" "type"
- "^" "^or" "^slots" "^multi" "^@" "^template" "^open" "^|>" "^code" "^stream&" "^regex"
+ "^" "^or" "^slots" "^multi" "^@" "^template" "^open" "^|>" "^code" "^sequence&" "^regex"
"bin" "oct" "hex"
"pre" "post"
"sig" "struct" "derive"