]> git.lizzy.rs Git - micro.git/blob - syntax_files/tex.micro
Add syntax flags and fix a couple highlighting bugs
[micro.git] / syntax_files / 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 (s) "\\begin\{comment\}.*?\\end\{comment\}"
9