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