Files
zyedidia.micro/syntax_files/tex.micro
2016-03-21 12:18:41 -04:00

9 lines
243 B
Plaintext

## 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\}"