comparison runtime/doc/syntax.txt @ 14695:b178e2039b2d

Update runtime files. commit https://github.com/vim/vim/commit/93a1df2c205c8399d96c172d9483e0793d32892a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 10 11:51:50 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Mon, 10 Sep 2018 12:00:07 +0200
parents 0ecb909e3249
children 2b30a2b4bde2
comparison
equal deleted inserted replaced
14694:0cda70849b92 14695:b178e2039b2d
3208 it. However, clearly this is impractical. So please consider using the 3208 it. However, clearly this is impractical. So please consider using the
3209 techniques in |mysyntaxfile-add| to extend or modify the highlighting provided 3209 techniques in |mysyntaxfile-add| to extend or modify the highlighting provided
3210 by syntax/tex.vim. Please consider uploading any extensions that you write, 3210 by syntax/tex.vim. Please consider uploading any extensions that you write,
3211 which typically would go in $HOME/after/syntax/tex/[pkgname].vim, to 3211 which typically would go in $HOME/after/syntax/tex/[pkgname].vim, to
3212 http://vim.sf.net/. 3212 http://vim.sf.net/.
3213
3214 I've included some support for various popular packages on my website: >
3215
3216 http://www.drchip.org/astronaut/vim/index.html#LATEXPKGS
3217 <
3218 The syntax files there go into your .../after/syntax/tex/ directory.
3213 3219
3214 *tex-error* *g:tex_no_error* 3220 *tex-error* *g:tex_no_error*
3215 Tex: Excessive Error Highlighting? ~ 3221 Tex: Excessive Error Highlighting? ~
3216 3222
3217 The <tex.vim> supports lexical error checking of various sorts. Thus, 3223 The <tex.vim> supports lexical error checking of various sorts. Thus,