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

changeset 226
a155935cbe07
child 344
8e4bb4e70b2f
equal deleted inserted replaced
225:5b91792c70ba 226:a155935cbe07
1 " Add match for 'fun' from Function::Parameters
2 syn match perlFunction +\<fun\>\_s*+ nextgroup=perlSubName
3
4 " Add match for =method from Pod::Weaver
5 syn match podCommand "^=method" contained nextgroup=podCmdText contains=@NoSpell
6

mercurial