diff runtime/doc/syntax.txt @ 2417:acfb7eddf13c vim73

Update TeX syntax file.
author Bram Moolenaar <bram@vim.org>
date Mon, 26 Jul 2010 22:51:56 +0200
parents f766a1c87f69
children e52d87a2bb3e
line wrap: on
line diff
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1,4 +1,4 @@
-*syntax.txt*	For Vim version 7.3c.  Last change: 2010 Jul 25
+*syntax.txt*	For Vim version 7.3c.  Last change: 2010 Jul 26
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -2700,6 +2700,16 @@ such use of @ as an error.  To solve thi
 Putting "let g:tex_stylish=1" into your <.vimrc> will make <syntax/tex.vim>
 always accept such use of @.
 
+					*tex-cchar* *tex-cole* *tex-conceal*
+Taking Advantage of Conceal Mode~
+
+If you have |'conceallevel'| set to 1 and if your encoding is utf-8, then a
+number of character sequences will be translated (ie. better visualized) using
+|syn-cchar|, including various accented characters, Greek characters in
+MathZones, and superscripts and subscripts in MathZones.  Not all characters
+can be made into superscripts or subscripts; the constraint is due to what
+utf-8 supports.
+
 
 TF						*tf.vim* *ft-tf-syntax*