]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/python2.yaml
Python syntax: multiline string should be constant.string, not comment (#2268)
[micro.git] / runtime / syntax / python2.yaml
index f13319377403d0f0e550a731e643c59e8d75a8ea..d668809467490fd63bbf21ca99b0ce7626a58a3f 100644 (file)
@@ -34,7 +34,7 @@ rules:
         end: "\"\"\""
         rules: []
 
-    - comment:
+    - constant.string:
         start: "'''"
         end: "'''"
         rules: []