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