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

changeset 972
93a774dccd46
parent 910
272ba799a19e
child 1007
647fa5ff10a1
equal deleted inserted replaced
971:7f391ae6b12b 972:93a774dccd46
17 syn match perlFunction +\<method\>\(\_s*=>\)\@!\_s*+ nextgroup=perlSubName 17 syn match perlFunction +\<method\>\(\_s*=>\)\@!\_s*+ nextgroup=perlSubName
18 syn match perlFunction +\<fun\>\(\_s*=>\)\@!\_s*+ nextgroup=perlSubName 18 syn match perlFunction +\<fun\>\(\_s*=>\)\@!\_s*+ nextgroup=perlSubName
19 19
20 " Tweak some colors, making POD stand out less 20 " Tweak some colors, making POD stand out less
21 hi! def link perlPOD Comment 21 hi! def link perlPOD Comment
22 hi! def link podOrdinary Comment
22 hi! def link podCommand SpecialComment 23 hi! def link podCommand SpecialComment
23 hi! def link podCmdText Question 24 hi! def link podCmdText Question
24 hi! def link podFormat StorageClass 25 hi! def link podFormat StorageClass

mercurial