.vim/after/syntax/perl/perl-contrib.vim

Thu, 29 Oct 2015 02:49:04 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 29 Oct 2015 02:49:04 -0400
changeset 221
607a4c596cdb
parent 211
4428a36a556d
child 226
a155935cbe07
permissions
-rw-r--r--

add b::keywords for reply autocomplete


" I would use symlinks but cygwin likes to fumble them
runtime contrib/carp.vim
runtime contrib/highlight-all-pragmas.vim
runtime contrib/moose.vim
runtime contrib/method-signatures.vim
runtime contrib/test-more.vim
runtime contrib/try-tiny.vim

" Add match for 'fun' from Function::Parameters
syn match perlFunction +\<fun\>\_s*+ nextgroup=perlSubName

mercurial