2006-06-01 17:23:28 +00:00
|
|
|
## Here is a short example for TeX files.
|
2014-05-16 20:21:34 +00:00
|
|
|
|
2018-02-07 11:25:46 +01:00
|
|
|
syntax tex "\.tex$"
|
2017-11-19 11:10:53 +01:00
|
|
|
magic "(La)?TeX document"
|
2016-05-25 22:13:50 +02:00
|
|
|
comment "%"
|
2014-05-16 20:21:34 +00:00
|
|
|
|
2019-11-04 20:52:35 +02:00
|
|
|
linter chktex -v0 -q -I
|
|
|
|
|
2019-08-17 17:01:19 +02:00
|
|
|
color green "\\.|\\[A-Za-z]*"
|
2006-06-01 17:23:28 +00:00
|
|
|
color magenta "[{}]"
|
2010-08-04 13:37:48 +00:00
|
|
|
color blue "(^|[^\])%.*"
|