.vim/after/syntax/perl/custom.vim@0e4736894e00
.vim/after/syntax/perl/custom.vim
Thu, 07 Apr 2016 19:00:12 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 07 Apr 2016 19:00:12 -0400
- changeset 287
- 0e4736894e00
- parent 226
-
a155935cbe07
- child 344
-
8e4bb4e70b2f
- permissions
- -rw-r--r--
break out roomag config
" Add match for 'fun' from Function::Parameters
syn match perlFunction +\<fun\>\_s*+ nextgroup=perlSubName
" Add match for =method from Pod::Weaver
syn match podCommand "^=method" contained nextgroup=podCmdText contains=@NoSpell