blob: 6f2d7ab52454e93a482ae4bff22c77b7c5c42fa7 [file] [log] [blame]
David Lawrence Ramsey5e6434c2006-06-01 17:23:28 +00001## Here is a short example for TeX files.
Benno Schulenbergfe9da942014-05-16 20:21:34 +00002
David Lawrence Ramsey5e6434c2006-06-01 17:23:28 +00003syntax "tex" "\.tex$"
Benno Schulenberg3de2c702015-04-18 11:35:23 +00004linter chktex -v0 -q -I
Mike Scalora6a2032f2016-05-25 22:13:50 +02005comment "%"
Benno Schulenbergfe9da942014-05-16 20:21:34 +00006
David Lawrence Ramsey5e6434c2006-06-01 17:23:28 +00007icolor green "\\.|\\[A-Z]*"
8color magenta "[{}]"
Chris Allegretta7a1b1ff2010-08-04 13:37:48 +00009color blue "(^|[^\])%.*"