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$"
|
2017-11-19 13:10:53 +03:00
|
|
|
magic "(La)?TeX document"
|
2015-04-18 14:35:23 +03:00
|
|
|
linter chktex -v0 -q -I
|
2016-05-25 23:13:50 +03:00
|
|
|
comment "%"
|
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 "(^|[^\])%.*"
|