From 0ba60728e8cddbb43811f10fd9c9f5556db88e94 Mon Sep 17 00:00:00 2001 From: mbesancon Date: Fri, 29 Dec 2017 13:08:21 -0500 Subject: [PATCH] added const for julia const is a base keyword --- runtime/syntax/julia.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/syntax/julia.yaml b/runtime/syntax/julia.yaml index 77bf7016..b00a8fa8 100644 --- a/runtime/syntax/julia.yaml +++ b/runtime/syntax/julia.yaml @@ -13,7 +13,7 @@ rules: # definitions - identifier: "[A-Za-z_][A-Za-z0-9_]*[[:space:]]*[(]" # keywords - - statement: "\\b(begin|break|catch|continue|function|elseif|else|end|finally|for|global|local|if|include|using|require|macro|println|return|try|type|while|module)\\b" + - statement: "\\b(begin|break|catch|continue|function|elseif|else|end|finally|for|global|local|const|if|include|using|require|macro|println|return|try|type|while|module)\\b" # decorators - identifier.macro: "@[A-Za-z0-9_]+" # operators