branch: elpa/julia-mode
commit 4c713e1c2b309d6e500d173ae8ab347a76907f70
Author: Jeff Bezanson <bezan...@post.harvard.edu>
Commit: Yichao Yu <yyc1...@gmail.com>

    adding some thoughts on lightweight threads
---
 julia-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/julia-mode.el b/julia-mode.el
index dd0858c..fbbe950 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -59,7 +59,7 @@
   (list "else" "elseif"))
 
 (defconst julia-block-end-keywords
-  (list "end" "else" "elseif"))
+  (list "end" "else" "elseif" "catch"))
 
 (defun member (item lst)
   (if (null lst)

Reply via email to