comparison runtime/syntax/help.vim @ 2034:7bc41231fbc7

Update runtime files.
author Bram Moolenaar <bram@zimbu.org>
date Wed, 06 Jan 2010 20:54:52 +0100
parents 96cd8222a819
children 3331756e4232
comparison
equal deleted inserted replaced
2033:de5a43c5eedc 2034:7bc41231fbc7
1 " Vim syntax file 1 " Vim syntax file
2 " Language: Vim help file 2 " Language: Vim help file
3 " Maintainer: Bram Moolenaar (Bram@vim.org) 3 " Maintainer: Bram Moolenaar (Bram@vim.org)
4 " Last Change: 2006 May 13 4 " Last Change: 2009 May 18
5 5
6 " Quit when a (custom) syntax file was already loaded 6 " Quit when a (custom) syntax file was already loaded
7 if exists("b:current_syntax") 7 if exists("b:current_syntax")
8 finish 8 finish
9 endif 9 endif
10 10
11 syn match helpHeadline "^[-A-Z .]\+[ \t]\+\*"me=e-1 11 syn match helpHeadline "^[-A-Z .][-A-Z0-9 .()]*[ \t]\+\*"me=e-1
12 syn match helpSectionDelim "^=\{3,}.*===$" 12 syn match helpSectionDelim "^=\{3,}.*===$"
13 syn match helpSectionDelim "^-\{3,}.*--$" 13 syn match helpSectionDelim "^-\{3,}.*--$"
14 syn region helpExample matchgroup=helpIgnore start=" >$" start="^>$" end="^[^ \t]"me=e-1 end="^<" 14 syn region helpExample matchgroup=helpIgnore start=" >$" start="^>$" end="^[^ \t]"me=e-1 end="^<"
15 if has("ebcdic") 15 if has("ebcdic")
16 syn match helpHyperTextJump "\\\@<!|[^"*|]\+|" contains=helpBar 16 syn match helpHyperTextJump "\\\@<!|[^"*|]\+|" contains=helpBar