]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/julia.yaml
Merge branch 'python-highlight-zero' of https://github.com/a11ce/micro into a11ce...
[micro.git] / runtime / syntax / julia.yaml
index 8ee2439db7cdad2d0d51bb3c6ac7a9df449e54fd..9c33560d6c1724fd75f9a8821661fc432816ba08 100644 (file)
@@ -33,11 +33,16 @@ rules:
         rules: []
 
     - constant.string:
-        start: "'''"
-        end: "'''"
+        start: "\"[^\"]|\"$"
+        end: "\""
         rules: []
 
     - comment:
-        start: "#"
+        start: "#[^=]|#$"
         end: "$"
         rules: []
+
+    - comment:
+        start: "#="
+        end: "=#"
+        rules: []