Panel/Agent-Windows/OGP64/usr/share/nano/tex.nanorc
2026-06-06 18:46:40 -04:00

11 lines
199 B
Text

## 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 "(^|[^\])%.*"