comparison runtime/doc/syntax.txt @ 625:81fe2ccc1207 v7.0179

updated for version 7.0179
author vimboss
date Thu, 12 Jan 2006 23:22:24 +0000
parents 2244be18d9e9
children b6632d553df3
comparison
equal deleted inserted replaced
624:91e7d4a7b3b0 625:81fe2ccc1207
1 *syntax.txt* For Vim version 7.0aa. Last change: 2005 Nov 30 1 *syntax.txt* For Vim version 7.0aa. Last change: 2005 Dec 31
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3243 A more complicated Example: > 3243 A more complicated Example: >
3244 :syn region Exa matchgroup=Foo start="foo"hs=s+2,rs=e+2 matchgroup=Bar end="bar"me=e-1,he=e-1,re=s-1 3244 :syn region Exa matchgroup=Foo start="foo"hs=s+2,rs=e+2 matchgroup=Bar end="bar"me=e-1,he=e-1,re=s-1
3245 < 3245 <
3246 abcfoostringbarabc 3246 abcfoostringbarabc
3247 mmmmmmmmmmm match 3247 mmmmmmmmmmm match
3248 ssrrrreee highlight start/region/end ("Foo", "Exa" and "Bar") 3248 sssrrreee highlight start/region/end ("Foo", "Exa" and "Bar")
3249 3249
3250 Leading context *:syn-lc* *:syn-leading* *:syn-context* 3250 Leading context *:syn-lc* *:syn-leading* *:syn-context*
3251 3251
3252 Note: This is an obsolete feature, only included for backwards compatibility 3252 Note: This is an obsolete feature, only included for backwards compatibility
3253 with previous Vim versions. It's now recommended to use the |/\@<=| construct 3253 with previous Vim versions. It's now recommended to use the |/\@<=| construct