mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 21:01:24 +03:00
12 lines
199 B
Plaintext
12 lines
199 B
Plaintext
## Syntax highlighting for TeX files.
|
|
|
|
syntax tex "\.tex$"
|
|
magic "(La)?TeX document"
|
|
comment "%"
|
|
|
|
linter chktex -v0 -q -I
|
|
|
|
color green "\\.|\\[A-Za-z]*"
|
|
color magenta "[{}]"
|
|
color blue "(^|[^\])%.*"
|