From be34e1241c9fc9436c4a64b3a0614489cbf3f67c Mon Sep 17 00:00:00 2001 From: Krerkkiat Chusap Date: Sat, 11 Jan 2020 13:41:52 -0500 Subject: [PATCH] Update julia.yml (#1262) Add export to the keywords. This should fixes zyedidia/micro#1215. --- 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 ecda7c81..1c81356b 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|struct|else|end|finally|for|global|local|let|const|if|import|using|macro|println|return|try|while|module)\\b" + - statement: "\\b(begin|break|catch|continue|function|elseif|struct|else|end|finally|for|global|local|let|const|if|import|export|using|macro|println|return|try|while|module)\\b" # decorators - identifier.macro: "@[A-Za-z0-9_]+" # operators