mirror of
https://github.com/scopatz/nanorc
synced 2025-08-03 16:20:05 +02:00
11 lines
202 B
Plaintext
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 "(^|[^\])%.*"
|