From 30c1920e4fa4e612238e1f435907c40ecfa47f33 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 2 Nov 2013 23:27:57 +0100 Subject: Massive update :) --- syntax/perl.vim | 7 ------- 1 file changed, 7 deletions(-) (limited to 'syntax/perl.vim') diff --git a/syntax/perl.vim b/syntax/perl.vim index bb19a41f..fc8f4472 100644 --- a/syntax/perl.vim +++ b/syntax/perl.vim @@ -371,13 +371,6 @@ syn match perlSubName +\%(\h\|::\|'\w\)\%(\w\|::\|'\w\)*\_s*\|+ contained nextgr syn match perlFunction +\\_s*+ nextgroup=perlSubName -if !exists("perl_no_scope_in_variables") - syn match perlFunctionPRef "\h\w*::" contained - syn match perlFunctionName "\h\w*[^:]" contained -else - syn match perlFunctionName "\h[[:alnum:]_:]*" contained -endif - " The => operator forces a bareword to the left of it to be interpreted as " a string syn match perlString "\I\@\)\@=" -- cgit v1.2.3