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

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

[nongnu] elpa/julia-mode ed87b22 004/352: implementing for loops, break,


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode ed87b22 004/352: implementing for loops, break, and continue
Date: Sun, 29 Aug 2021 11:22:04 -0400 (EDT)

branch: elpa/julia-mode
commit ed87b22e39950f13891b14fcef3c09d9c460be28
Author: Jeff Bezanson <bezanson@post.harvard.edu>
Commit: Yichao Yu <yyc1992@gmail.com>

    implementing for loops, break, and continue
    fixing a small issue in the pattern matcher
---
 julia-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/julia-mode.el b/julia-mode.el
index 5861f93..2906b22 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -46,7 +46,7 @@
           'identity
           '("if" "else" "elseif" "while" "for" "begin" "end" "block"
             "try" "return" "local" "type" "function" "new" "quote" "typename"
-           "typealias")
+           "typealias" "break" "continue")
           "\\|") "\\)\\>")
      'font-lock-keyword-face)
     '("\\\\\\s-*\".*?\"" . font-lock-string-face)))



reply via email to

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