]> 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 929fdbc837375a3e2b4dfd96c35d0ce8c3cbcb56..3fcdbcbc8dae6403cfd8c5feb36f185e9650b760 100644 (file)
@@ -1,7 +1,7 @@
 filetype: tex
 
 detect: 
-    filename: "\\.tex$|bib|\\.bib$|cls|\\.cls$"
+    filename: "\\.tex$|\\.bib$|\\.cls$"
 
 rules:
     # colorize the identifiers of {<identifier>} and [<identifier>]
@@ -20,9 +20,10 @@ rules:
     - special: "[&\\\\]"
     # macros
     - statement: "\\\\@?[a-zA-Z_]+"
+    - statement: "\\\\%"
     # comments
     - comment:
-        start: "%"
+        start: "[^\\\\]%"
         end: "$"
         rules: []
     - comment: