micro/syntax_files/tex.micro

9 lines
243 B
Text
Raw Normal View History

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