.vim/after/syntax/sh/pod.vim

changeset 744
7a5823050d74
parent 363
394bcf0d5bac
equal deleted inserted replaced
743:76c4c96d8b9f 744:7a5823050d74
1 let s:current_syntax = b:current_syntax
2 unlet b:current_syntax
3 syn include @Pod syntax/pod.vim
4 syn region shPOD start="^=pod" start="^=head" end="^=cut" keepend contained contains=@Pod
5 let b:current_syntax = s:current_syntax
6
7 syn region shPODHeredoc start="^:<<=cut" end="^=cut" keepend contains=shPOD
8
9 hi! def link shPOD Comment
10 hi! def link podCommand SpecialComment
11 hi! def link podCmdText Question
12 hi! def link podFormat StorageClass

mercurial