using vim-perl after all. add some new contrib stuff too

Sat, 25 Jun 2016 10:08:20 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 25 Jun 2016 10:08:20 -0400
changeset 345
e0bfe67950f8
parent 344
8e4bb4e70b2f
child 346
88a2e08ce673

using vim-perl after all. add some new contrib stuff too

.vim/after/syntax/perl/custom.vim file | annotate | diff | comparison | revisions
.vim/after/syntax/perl/perl-contrib.vim file | annotate | diff | comparison | revisions
.vimrc file | annotate | diff | comparison | revisions
--- a/.vim/after/syntax/perl/custom.vim
+++ b/.vim/after/syntax/perl/custom.vim
@@ -1,6 +1,3 @@
-" 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
 
--- a/.vim/after/syntax/perl/perl-contrib.vim
+++ b/.vim/after/syntax/perl/perl-contrib.vim
@@ -1,4 +1,5 @@
 
+" Contrib files from vim-perl/vim-perl
 " I would use symlinks but cygwin likes to fumble them
 runtime contrib/carp.vim
 runtime contrib/highlight-all-pragmas.vim
@@ -7,4 +8,5 @@ runtime contrib/method-signatures.vim
 runtime contrib/function-parameters.vim
 runtime contrib/test-more.vim
 runtime contrib/try-tiny.vim
+runtime contrib/heredoc-sql.vim
 
--- a/.vimrc
+++ b/.vimrc
@@ -85,6 +85,7 @@ end
   Plugin 'mhinz/vim-signify'
 
   Plugin 'asciidoc/vim-asciidoc'
+  Plugin 'vim-perl/vim-perl'
   Plugin 'sheerun/vim-polyglot'
   Plugin 'yko/mojo.vim'
 

mercurial