.vim/after/syntax/perl/custom.vim

changeset 972
93a774dccd46
parent 910
272ba799a19e
child 1007
647fa5ff10a1
--- a/.vim/after/syntax/perl/custom.vim
+++ b/.vim/after/syntax/perl/custom.vim
@@ -19,6 +19,7 @@ syn match perlFunction +\<fun\>\(\_s*=>\
 
 " Tweak some colors, making POD stand out less
 hi! def link perlPOD      Comment
+hi! def link podOrdinary  Comment
 hi! def link podCommand   SpecialComment
 hi! def link podCmdText   Question
 hi! def link podFormat    StorageClass

mercurial