From 2f1b7a0585e038fb56ae34ab2c762290a195956e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 25 Sep 2017 04:51:24 -0400 Subject: highlight perl sub signatures properly --- vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 3a0c43c..410e4e0 100644 --- a/vimrc +++ b/vimrc @@ -130,6 +130,9 @@ let perl_string_as_statement=1 " perl needs lots of syncing... let perl_sync_dist=1000 + +" highlight sub signatures, not just prototypes +let perl_sub_signatures=1 " }}} " PostScript {{{ " highlight more things in postscripts files -- cgit v1.2.3-54-g00ecf