X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=runtime%2Fsyntax%2Ftex.yaml;h=3fcdbcbc8dae6403cfd8c5feb36f185e9650b760;hb=54c23cae72d7237bc898a59f79aad0acffdf0ffe;hp=929fdbc837375a3e2b4dfd96c35d0ce8c3cbcb56;hpb=12d74b99e8f044aa3c336700a84470c1e0987478;p=micro.git diff --git a/runtime/syntax/tex.yaml b/runtime/syntax/tex.yaml index 929fdbc8..3fcdbcbc 100644 --- a/runtime/syntax/tex.yaml +++ b/runtime/syntax/tex.yaml @@ -1,7 +1,7 @@ filetype: tex detect: - filename: "\\.tex$|bib|\\.bib$|cls|\\.cls$" + filename: "\\.tex$|\\.bib$|\\.cls$" rules: # colorize the identifiers of {} and [] @@ -20,9 +20,10 @@ rules: - special: "[&\\\\]" # macros - statement: "\\\\@?[a-zA-Z_]+" + - statement: "\\\\%" # comments - comment: - start: "%" + start: "[^\\\\]%" end: "$" rules: [] - comment: