micro/runtime/syntax/tex.micro
2016-03-22 18:17:11 -04:00

10 lines
255 B
Text

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