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

Tue, 26 Jul 2016 16:06:13 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 26 Jul 2016 16:06:13 -0400
changeset 354
c7161b3ba76f
parent 345
e0bfe67950f8
child 362
7c5b0e94b399
permissions
-rw-r--r--

Fix up navigation

" Add match for =method from Pod::Weaver
syn match podCommand "^=method" contained nextgroup=podCmdText contains=@NoSpell

mercurial