branch: elpa/julia-mode commit 4c34abc86545f07b456b413bf88ed3dd868e6c52 Author: Jeff Bezanson <bezan...@post.harvard.edu> Commit: Yichao Yu <yyc1...@gmail.com>
preserving the exactness of integer ranges in length(Range) eval is not a reserved word manually hoisting convert(T,constant) out of loops; we will not have this optimization for a long time --- julia-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia-mode.el b/julia-mode.el index 365608f..dd0858c 100644 --- a/julia-mode.el +++ b/julia-mode.el @@ -46,7 +46,7 @@ 'identity '("if" "else" "elseif" "while" "for" "begin" "end" "do" "try" "catch" "return" "local" "type" "function" - "typealias" "break" "continue" "struct" "global" "eval" + "typealias" "break" "continue" "struct" "global" "module" "import" "export" "const") "\\|") "\\)\\>") 'font-lock-keyword-face)