comparison 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
comparison
equal deleted inserted replaced
2416:1a9c16dd76d4 2417:acfb7eddf13c
1 *syntax.txt* For Vim version 7.3c. Last change: 2010 Jul 25 1 *syntax.txt* For Vim version 7.3c. Last change: 2010 Jul 26
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2697 :let b:tex_stylish = 1 2697 :let b:tex_stylish = 1
2698 :set ft=tex 2698 :set ft=tex
2699 2699
2700 Putting "let g:tex_stylish=1" into your <.vimrc> will make <syntax/tex.vim> 2700 Putting "let g:tex_stylish=1" into your <.vimrc> will make <syntax/tex.vim>
2701 always accept such use of @. 2701 always accept such use of @.
2702
2703 *tex-cchar* *tex-cole* *tex-conceal*
2704 Taking Advantage of Conceal Mode~
2705
2706 If you have |'conceallevel'| set to 1 and if your encoding is utf-8, then a
2707 number of character sequences will be translated (ie. better visualized) using
2708 |syn-cchar|, including various accented characters, Greek characters in
2709 MathZones, and superscripts and subscripts in MathZones. Not all characters
2710 can be made into superscripts or subscripts; the constraint is due to what
2711 utf-8 supports.
2702 2712
2703 2713
2704 TF *tf.vim* *ft-tf-syntax* 2714 TF *tf.vim* *ft-tf-syntax*
2705 2715
2706 There is one option for the tf syntax highlighting. 2716 There is one option for the tf syntax highlighting.