]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/julia.yaml
Update keywords for infix operators
[micro.git] / runtime / syntax / julia.yaml
index 3c7c20fd5755f2ba24e9d430a526758238b0e276..166c895cb32f0816a6947c7856b0eb65eafe65bd 100644 (file)
@@ -18,7 +18,7 @@ rules:
       # decorators
     - identifier.macro: "@[A-Za-z0-9_]+"
       # operators
-    - symbol.operator: "[-+*/|=%<>&~^]|\\b(and|not|or|is|in)\\b"
+    - symbol.operator: "[-+*/|=%<>&~^]|\\b(in|isa|where)\\b"
       # parentheses
     - symbol.brackets: "([(){}]|\\[|\\])"
       # numbers