From 4d68a4c693455033bb5187fd81fbb08258bd2c47 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 7 Dec 2000 10:53:04 +0000 Subject: Steffen removed SCE_PL_REF state. --- src/LexPerl.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/LexPerl.cxx') diff --git a/src/LexPerl.cxx b/src/LexPerl.cxx index 623de99b5..c2c52533c 100644 --- a/src/LexPerl.cxx +++ b/src/LexPerl.cxx @@ -498,11 +498,6 @@ static void ColourisePerlDoc(unsigned int startPos, int length, int initStyle, styler.ColourTo(i - 1, state); state = SCE_PL_DEFAULT; } - } else if (state == SCE_PL_REF) { - if (isEndVar(ch)) { - styler.ColourTo(i - 1, state); - state = SCE_PL_DEFAULT; - } } else if (state == SCE_PL_REGEX) { if (!quoteUp && !isspace(ch)) { quoteUp = ch; -- cgit v1.2.3