Files
zyedidia.micro/syntax_files/tex.micro
2016-03-21 14:48:17 -04:00

10 lines
241 B
Plaintext

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