]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/tex.yaml
Merge branch 'python-highlight-zero' of https://github.com/a11ce/micro into a11ce...
[micro.git] / runtime / syntax / tex.yaml
index f331af1fd7c7365ee3d17a8c25c873d8d9c69070..3fcdbcbc8dae6403cfd8c5feb36f185e9650b760 100644 (file)
@@ -20,9 +20,10 @@ rules:
     - special: "[&\\\\]"
     # macros
     - statement: "\\\\@?[a-zA-Z_]+"
+    - statement: "\\\\%"
     # comments
     - comment:
-        start: "%"
+        start: "[^\\\\]%"
         end: "$"
         rules: []
     - comment: