]> git.lizzy.rs Git - micro.git/commitdiff
Update julia.yaml
authormbesancon <mathieu.besancon@gmail.com>
Wed, 7 Feb 2018 22:43:43 +0000 (17:43 -0500)
committerGitHub <noreply@github.com>
Wed, 7 Feb 2018 22:43:43 +0000 (17:43 -0500)
added "import" keyword

runtime/syntax/julia.yaml

index b00a8fa832a7a34205ff98658165fe480292a00f..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|const|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