]> git.lizzy.rs Git - micro.git/blob - tex.micro
8a580e57488326679c513d3d2f07b552ba2824f6
[micro.git] / tex.micro
1 ## Here is a short example for TeX files.
2 ##
3 syntax "tex" "\.tex$" "bib" "\.bib$" "cls" "\.cls$"
4 color yellow "\$[^$]*\$"
5 green (i) "\\.|\\[A-Z]*"
6 color magenta "[{}]"
7 color blue "%.*"
8 color blue start="\\begin\{comment\}" end="\\end\{comment\}"