1
0
mirror of https://github.com/scopatz/nanorc synced 2024-09-14 18:55:58 +02:00
nanorc/tex.nanorc
Anthony Scopatz 6f8126a30c better tex
2011-06-26 17:18:43 -05:00

8 lines
225 B
Plaintext

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