Update julia.yml (#1262)

Add export to the keywords. This should fixes zyedidia/micro#1215.
This commit is contained in:
Krerkkiat Chusap
2020-01-11 13:41:52 -05:00
committed by Zachary Yedidia
parent 7c90f4d6f1
commit be34e1241c

View File

@@ -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