]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/julia.yaml
Merge pull request #1054 from jtolds/master
[micro.git] / runtime / syntax / julia.yaml
index 77bf7016a4e601346568942cf372a57e185f5cce..a139cacd425b1671d6b898e1e5f84ddc0a3fcdbe 100644 (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|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|import|using|require|macro|println|return|try|type|while|module)\\b"
       # decorators
     - identifier.macro: "@[A-Za-z0-9_]+"
       # operators