nanofur/syntax/tex.nanofurrc
2024-12-13 20:05:31 +00: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 "(^|[^\])%.*"