mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 04:41:21 +03:00
302ea79d1c
To show that they are a different class of thing than the file-matching regexes and the comment thing, which all kind of "describe" the file.
12 lines
203 B
Plaintext
12 lines
203 B
Plaintext
## Here is a short example 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 "(^|[^\])%.*"
|