]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/julia.yaml
added const for julia
[micro.git] / runtime / syntax / julia.yaml
index 77bf7016a4e601346568942cf372a57e185f5cce..b00a8fa832a7a34205ff98658165fe480292a00f 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|using|require|macro|println|return|try|type|while|module)\\b"
       # decorators
     - identifier.macro: "@[A-Za-z0-9_]+"
       # operators