nanorc/original/tex.nanorc
Tiago Almeida 405a71cc65 Begin the union of the nano's file with ours.
Note: these files will be deleted.
2019-09-21 00:19:09 +01:00

11 lines
202 B
Plaintext

## Here is a short example for TeX files.
syntax tex "\.tex$"
magic "(La)?TeX document"
linter chktex -v0 -q -I
comment "%"
color green "\\.|\\[A-Za-z]*"
color magenta "[{}]"
color blue "(^|[^\])%.*"