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 |