emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/julia-mode 3caccea 148/352: `in` is a keyword, so highligh


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 3caccea 148/352: `in` is a keyword, so highlight it.
Date: Sun, 29 Aug 2021 11:22:33 -0400 (EDT)

branch: elpa/julia-mode
commit 3caccea70055ad45b9bee754790e62c9ffcf3e8c
Author: Wilfred Hughes <me@wilfred.me.uk>
Commit: Yichao Yu <yyc1992@gmail.com>

    `in` is a keyword, so highlight it.
---
 julia-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/julia-mode.el b/julia-mode.el
index bd2456a..a6a3751 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -93,7 +93,7 @@
    '("if" "else" "elseif" "while" "for" "begin" "end" "quote"
      "try" "catch" "return" "local" "abstract" "function" "macro" "ccall"
      "finally" "typealias" "break" "continue" "type" "global"
-     "module" "using" "import" "export" "const" "let" "bitstype" "do"
+     "module" "using" "import" "export" "const" "let" "bitstype" "do" "in"
      "baremodule" "importall" "immutable")
    'symbols))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]