micro/syntax_files/tex.micro

10 lines
241 B
Text
Raw Normal View History

2016-03-21 16:16:02 +00:00
## Here is a short example for TeX files.
##
syntax "TeX" "\.tex$" "bib" "\.bib$" "cls" "\.cls$"
color yellow "\$[^$]*\$"
green (i) "\\.|\\[A-Z]*"
2016-03-21 16:16:02 +00:00
color magenta "[{}]"
color blue "%.*"
color blue (s) "\\begin\{comment\}.*?\\end\{comment\}"