portable-devtools / git /usr /share /nano /tex.nanorc
codekingpro's picture
Add files using upload-large-folder tool
5b8d59b verified
Raw
History Blame Contribute Delete
202 Bytes
## Syntax highlighting for TeX files.
syntax tex "\.tex$"
magic "(La)?TeX document"
comment "%"
linter chktex -v0 -q -I
color green "\\.|\\[[:alpha:]]*"
color magenta "[{}]"
color blue "(^|[^\])%.*"