summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-09-25 04:51:24 -0400
committerJesse Luehrs <doy@tozt.net>2017-09-25 04:53:25 -0400
commit2f1b7a0585e038fb56ae34ab2c762290a195956e (patch)
tree46a1107f07f47b6f7dca8c322e12764446de9de1 /vimrc
parent34cc3c94c0b875d86ae9656243ca6ac73bb5a17f (diff)
downloadconf-2f1b7a0585e038fb56ae34ab2c762290a195956e.tar.gz
conf-2f1b7a0585e038fb56ae34ab2c762290a195956e.zip
highlight perl sub signatures properly
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
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