diff options
author | Eduardo Julian | 2018-07-03 22:30:49 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-07-03 22:30:49 -0400 |
commit | 49d59ddc16a588115e02303fd325e46d6c1c87ac (patch) | |
tree | 72cd5b349684fdeb4ddaaa370c91c11217a07466 /lux-mode | |
parent | f505b42847bd7ba54b14d4b593b883c1bb25501d (diff) |
- Re-named "stream" to "sequence".
- Updated copyright dates for lux-mode.
Diffstat (limited to 'lux-mode')
-rw-r--r-- | lux-mode/lux-mode.el | 4 |
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" |