X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=runtime%2Fsyntax%2Ftex.micro;h=8a580e57488326679c513d3d2f07b552ba2824f6;hb=2e3c87b67deb4f9e61d494ae45664c275aabde3d;hp=3c82b5131326cc625179aab720ee532ee7dded43;hpb=28b07d62e625b688646cbdcf0571ae079079a4e9;p=micro.git diff --git a/runtime/syntax/tex.micro b/runtime/syntax/tex.micro index 3c82b513..8a580e57 100644 --- a/runtime/syntax/tex.micro +++ b/runtime/syntax/tex.micro @@ -1,9 +1,8 @@ ## Here is a short example for TeX files. ## -syntax "TeX" "\.tex$" "bib" "\.bib$" "cls" "\.cls$" +syntax "tex" "\.tex$" "bib" "\.bib$" "cls" "\.cls$" color yellow "\$[^$]*\$" -color green (i) "\\.|\\[A-Z]*" +green (i) "\\.|\\[A-Z]*" color magenta "[{}]" color blue "%.*" -color blue (s) "\\begin\{brightblack\}.*?\\end\{brightblack\}" - +color blue start="\\begin\{comment\}" end="\\end\{comment\}"