Forgot some regex bs

This commit is contained in:
Anthony Scopatz 2011-06-26 17:34:26 -05:00
parent 006b11ebbb
commit ce6c53c280
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
## Here is a short example for TeX files.
##
syntax "tex" "\.tex$" "bib" "\.bib$" "cls" "\.cls$"
color yellow "\$[^$]*\$"
icolor green "\\.|\\[A-Z]*"
color magenta "[{}]$"
color magenta "[{}]"
color blue "%.*"
color blue start="\\begin\{comment\}" end="\\end\{comment\}"