2006-06-01 21:23:28 +04:00
|
|
|
## Here is a short example for TeX files.
|
2014-05-17 00:21:34 +04:00
|
|
|
|
2006-06-01 21:23:28 +04:00
|
|
|
syntax "tex" "\.tex$"
|
2015-04-18 14:35:23 +03:00
|
|
|
linter chktex -v0 -q -I
|
2014-05-17 00:21:34 +04:00
|
|
|
|
2006-06-01 21:23:28 +04:00
|
|
|
icolor green "\\.|\\[A-Z]*"
|
|
|
|
color magenta "[{}]"
|
2010-08-04 17:37:48 +04:00
|
|
|
color blue "(^|[^\])%.*"
|