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

changeset 745
dd23da749523
parent 744
7a5823050d74
child 910
272ba799a19e
equal deleted inserted replaced
744:7a5823050d74 745:dd23da749523
1 " this keeps indents from jumping more than one level 1 " this keeps indents from jumping more than one level
2 let b:indent_use_syntax = 0 2 let b:indent_use_syntax = 0
3 3
4 syn sync minlines=100 4 syn sync minlines=50
5 5
6 " Add match for =method and =func from Pod::Weaver 6 " Add match for =method and =func from Pod::Weaver
7 syn match podCommand "^=method" contained nextgroup=podCmdText contains=@NoSpell 7 syn match podCommand "^=method" contained nextgroup=podCmdText contains=@NoSpell
8 syn match podCommand "^=func" contained nextgroup=podCmdText contains=@NoSpell 8 syn match podCommand "^=func" contained nextgroup=podCmdText contains=@NoSpell
9 9

mercurial