summaryrefslogtreecommitdiff
path: root/.config/nano/tex.nanorc
blob: 8b281d547ed9499ae718de4e6c7a2c68e17cc4b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Here is a short example for TeX files.
##
syntax "TeX" "\.tex$" "bib" "\.bib$" "cls" "\.cls$"
magic "(La)?TeX document"
comment "%"

linter chktex -v0 -q -I

color yellow "\$(\\\$|[^$])*[^\\]\$"
color yellow "\$\$(\\\$|[^$])*[^\\]\$\$"
icolor green "\\.|\\[A-Z]*"
color magenta "[{}]"
color blue "%.*"
color blue start="\\begin\{comment\}" end="\\end\{comment\}"