mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-26 14:51:36 +03:00
b0ef2e2803
They are not documentation, they are functional elements of nano.
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 "(^|[^\])%.*"
|