comparison runtime/doc/syntax.txt @ 816:4a79d6d376f0 v7.0c02

updated for version 7.0c02
author vimboss
date Tue, 28 Mar 2006 21:08:56 +0000
parents 9f345c48220b
children 23f82b5d2814
comparison
equal deleted inserted replaced
815:c68b7b2b9e07 816:4a79d6d376f0
1 *syntax.txt* For Vim version 7.0c. Last change: 2006 Mar 12 1 *syntax.txt* For Vim version 7.0c. Last change: 2006 Mar 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1941 let php_sync_method = x 1941 let php_sync_method = x
1942 1942
1943 x = -1 to sync by search (default), 1943 x = -1 to sync by search (default),
1944 x > 0 to sync at least x lines backwards, 1944 x > 0 to sync at least x lines backwards,
1945 x = 0 to sync from start. 1945 x = 0 to sync from start.
1946
1947
1948 PLAINTEX *plaintex.vim* *ft-plaintex-syntax*
1949
1950 TeX is a typesetting language, and plaintex is the file type for the "plain"
1951 variant of TeX. If you never want your *.tex files recognized as plain TeX,
1952 see |ft-tex-plugin|.
1953
1954 This syntax file has the option >
1955
1956 let g:plaintex_delimiters = 1
1957
1958 if you want to highlight brackets "[]" and braces "{}".
1946 1959
1947 1960
1948 PPWIZARD *ppwiz.vim* *ft-ppwiz-syntax* 1961 PPWIZARD *ppwiz.vim* *ft-ppwiz-syntax*
1949 1962
1950 PPWizard is a preprocessor for HTML and OS/2 INF files 1963 PPWizard is a preprocessor for HTML and OS/2 INF files