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

changeset 345
e0bfe67950f8
parent 344
8e4bb4e70b2f
child 362
7c5b0e94b399
equal deleted inserted replaced
344:8e4bb4e70b2f 345:e0bfe67950f8
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 1 " Add match for =method from Pod::Weaver
5 syn match podCommand "^=method" contained nextgroup=podCmdText contains=@NoSpell 2 syn match podCommand "^=method" contained nextgroup=podCmdText contains=@NoSpell
6 3

mercurial