2020-04-20 17:15:43 +00:00
|
|
|
## Syntax highlighting for TeX files.
|
2014-05-16 20:21:34 +00:00
|
|
|
|
2018-02-07 10:25:46 +00:00
|
|
|
syntax tex "\.tex$"
|
2017-11-19 10:10:53 +00:00
|
|
|
magic "(La)?TeX document"
|
2016-05-25 20:13:50 +00:00
|
|
|
comment "%"
|
2014-05-16 20:21:34 +00:00
|
|
|
|
2019-11-04 18:52:35 +00:00
|
|
|
linter chktex -v0 -q -I
|
|
|
|
|
2019-08-17 15:01:19 +00:00
|
|
|
color green "\\.|\\[A-Za-z]*"
|
2006-06-01 17:23:28 +00:00
|
|
|
color magenta "[{}]"
|
2010-08-04 13:37:48 +00:00
|
|
|
color blue "(^|[^\])%.*"
|