David Lawrence Ramsey | 5e6434c | 2006-06-01 17:23:28 +0000 | [diff] [blame] | 1 | ## Here is a short example for TeX files. |
Benno Schulenberg | fe9da94 | 2014-05-16 20:21:34 +0000 | [diff] [blame] | 2 | |
David Lawrence Ramsey | 5e6434c | 2006-06-01 17:23:28 +0000 | [diff] [blame] | 3 | syntax "tex" "\.tex$" |
Benno Schulenberg | 3de2c70 | 2015-04-18 11:35:23 +0000 | [diff] [blame] | 4 | linter chktex -v0 -q -I |
Mike Scalora | 6a2032f | 2016-05-25 22:13:50 +0200 | [diff] [blame] | 5 | comment "%" |
Benno Schulenberg | fe9da94 | 2014-05-16 20:21:34 +0000 | [diff] [blame] | 6 | |
David Lawrence Ramsey | 5e6434c | 2006-06-01 17:23:28 +0000 | [diff] [blame] | 7 | icolor green "\\.|\\[A-Z]*" |
| 8 | color magenta "[{}]" |
Chris Allegretta | 7a1b1ff | 2010-08-04 13:37:48 +0000 | [diff] [blame] | 9 | color blue "(^|[^\])%.*" |