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

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

[nongnu] elpa/julia-mode a4b62e7 112/352: misc changes for immutable typ


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode a4b62e7 112/352: misc changes for immutable types, updating comments, adding keyword
Date: Sun, 29 Aug 2021 11:22:25 -0400 (EDT)

branch: elpa/julia-mode
commit a4b62e728e7fd348aae530bda75801506a0c02a5
Author: Jeff Bezanson <jeff.bezanson@gmail.com>
Commit: Yichao Yu <yyc1992@gmail.com>

    misc changes for immutable types, updating comments, adding keyword
---
 julia-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/julia-mode.el b/julia-mode.el
index 0d38d21..3e6932e 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -70,7 +70,7 @@
             "try" "catch" "return" "local" "abstract" "function" "macro" 
"ccall"
            "finally" "typealias" "break" "continue" "type" "global" "@\\w+"
            "module" "using" "import" "export" "const" "let" "bitstype" "do"
-           "baremodule" "importall")
+           "baremodule" "importall" "immutable")
           "\\|") "\\)\\>")
      'font-lock-keyword-face)
     
'("\\<\\(true\\|false\\|C_NULL\\|Inf\\|NaN\\|Inf32\\|NaN32\\|nothing\\)\\>" . 
font-lock-constant-face)
@@ -82,7 +82,7 @@
 
 (defconst julia-block-start-keywords
   (list "if" "while" "for" "begin" "try" "function" "type" "let" "macro"
-       "quote" "do"))
+       "quote" "do" "immutable"))
 
 (defconst julia-block-other-keywords
   (list "else" "elseif"))



reply via email to

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