nanorc/tex.nanorc

8 lines
225 B
Plaintext
Raw Normal View History

2010-07-29 00:15:43 +02:00
## Here is a short example for TeX files.
##
syntax "tex" "\.tex$" "bib" "\.bib$" "cls" "\.cls$"
icolor green "\\.|\\[A-Z]*"
2011-06-27 00:18:43 +02:00
color magenta "[{}]$"
2010-07-29 00:15:43 +02:00
color blue "%.*"
color blue start="\\begin\{comment\}" end="\\end\{comment\}"