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

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

mercurial