From 643e426ef1830a458abf0695fdc5229fe4f0ef9e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 28 Jan 2006 22:15:05 +0000 Subject: Bug 1417074 fixed with symbolic constant rather than value. --- src/LexOthers.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/LexOthers.cxx b/src/LexOthers.cxx index 6e5409bd9..626a2c18c 100644 --- a/src/LexOthers.cxx +++ b/src/LexOthers.cxx @@ -603,7 +603,7 @@ static void ColourisePropsLine( i++; if ((i < lengthLine) && (lineBuffer[i] == '=')) { styler.ColourTo(startLine + i - 1, SCE_PROPS_DEFAULT); - styler.ColourTo(startLine + i, 3); + styler.ColourTo(startLine + i, SCE_PROPS_ASSIGNMENT); styler.ColourTo(endPos, SCE_PROPS_DEFAULT); } else { styler.ColourTo(endPos, SCE_PROPS_DEFAULT); -- cgit v1.2.3