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

Sat, 16 Mar 2019 03:44:47 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 16 Mar 2019 03:44:47 -0500
changeset 744
7a5823050d74
parent 363
.vim/after/syntax/sh/custom.vim@394bcf0d5bac
permissions
-rw-r--r--

clean up "after" files

let s:current_syntax = b:current_syntax
unlet b:current_syntax
syn include @Pod syntax/pod.vim
syn region shPOD        start="^=pod" start="^=head" end="^=cut" keepend contained contains=@Pod
let b:current_syntax = s:current_syntax

syn region shPODHeredoc start="^:<<=cut" end="^=cut" keepend contains=shPOD

hi! def link shPOD        Comment
hi! def link podCommand   SpecialComment
hi! def link podCmdText   Question
hi! def link podFormat    StorageClass

mercurial