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

changeset 643
e23cf51aca43
parent 371
034b31ed5212
child 651
4a0d4c07b49e
equal deleted inserted replaced
642:18efa35a0837 643:e23cf51aca43
10 10
11 " Add match for =method and =func from Pod::Weaver 11 " Add match for =method and =func from Pod::Weaver
12 syn match podCommand "^=method" contained nextgroup=podCmdText contains=@NoSpell 12 syn match podCommand "^=method" contained nextgroup=podCmdText contains=@NoSpell
13 syn match podCommand "^=func" contained nextgroup=podCmdText contains=@NoSpell 13 syn match podCommand "^=func" contained nextgroup=podCmdText contains=@NoSpell
14 14
15 syn sync minlines=15 15 syn sync minlines=50
16 16
17 " Tweak some colors 17 " Tweak some colors
18 hi! def link perlPOD Comment 18 hi! def link perlPOD Comment
19 hi! def link podCommand SpecialComment 19 hi! def link podCommand SpecialComment
20 hi! def link podCmdText Question 20 hi! def link podCmdText Question

mercurial