1
0
mirror of https://github.com/scopatz/nanorc synced 2025-02-04 19:07:17 +01:00
nanorc/tex.nanorc

10 lines
302 B
Plaintext
Raw Normal View History

2010-07-28 17:15:43 -05:00
## Here is a short example for TeX files.
##
syntax "TeX" "\.tex$" "bib" "\.bib$" "cls" "\.cls$"
color yellow "\$(\\\$|[^$])*[^\\]\$"
color yellow "\$\$(\\\$|[^$])*[^\\]\$\$"
2010-07-28 17:15:43 -05:00
icolor green "\\.|\\[A-Z]*"
2011-06-26 17:34:26 -05:00
color magenta "[{}]"
2010-07-28 17:15:43 -05:00
color blue "%.*"
color blue start="\\begin\{comment\}" end="\\end\{comment\}"