mirror of
git://git.sv.gnu.org/nano.git
synced 2025-03-02 06:41:26 +03:00
10 lines
176 B
Plaintext
10 lines
176 B
Plaintext
## Here is a short example for TeX files.
|
|
|
|
syntax "tex" "\.tex$"
|
|
linter chktex -v0 -q -I
|
|
comment "%"
|
|
|
|
icolor green "\\.|\\[A-Z]*"
|
|
color magenta "[{}]"
|
|
color blue "(^|[^\])%.*"
|