debian-galaxy-a20e/rootfs/usr/share/nano/tex.nanorc

12 lines
199 B
Plaintext
Raw Normal View History

2026-08-27 13:48:54 +00:00
## 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 "(^|[^\])%.*"