This is the first push to this repo with my dotfiles
[dotfilesold/.git] / .nano / tex.nanorc
1 ## Here is a short example for TeX files.
2 ##
3 syntax "TeX" "\.tex$" "bib" "\.bib$" "cls" "\.cls$"
4 magic "(La)?TeX document"
5 comment "%"
6
7 linter chktex -v0 -q -I
8
9 color yellow "\$(\\\$|[^$])*[^\\]\$"
10 color yellow "\$\$(\\\$|[^$])*[^\\]\$\$"
11 icolor green "\\.|\\[A-Z]*"
12 color magenta "[{}]"
13 color blue "%.*"
14 color blue start="\\begin\{comment\}" end="\\end\{comment\}"