mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-28 16:15:02 +01:00
35790: zyodl.vim: Be compatible with Vim 6.
This commit is contained in:
parent
ca2ab5e446
commit
40a6f1d347
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2015-07-13 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* 35790: Util/zyodl.vim: zyodl.vim: Be compatible with Vim 6.
|
||||
|
||||
* 35775: Doc/Zsh/.vimrc Etc/zsh-development-guide Util/zyodl.vim:
|
||||
New zsh-specific yodl vim syntax highlighting.
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ syn region zyodlItem start="\<xitem(" end=")" contains=zyodlSpecial,@zyodlInl
|
|||
syn region zyodlItem start="\<item(" end=")" contains=zyodlSpecial,@zyodlInline
|
||||
syn region zyodlExample start="\<example(" end=")" contains=zyodlSpecial
|
||||
syn region zyodlTitle start="\<\(chapter\|subsect\|sect\)(" end=")" contains=zyodlSpecial,@zyodlInline
|
||||
syn match zyodlTitle "^texinode\%x28.*$"
|
||||
syn match zyodlTitle "^texinode(.*$"
|
||||
|
||||
syn region zyodlCond start="\<\(ifzman\|ifnzman\)(" end=")" contains=zyodlRef,zyodlSpecial,@zyodlInline
|
||||
syn region zyodlRef start="\<\(zmanref\|noderef\)(" end=")"
|
||||
|
|
Loading…
Reference in a new issue