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 |