From 9c0deaed39b7ec5f4139db7027eabe583c4a90a8 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 13 Feb 2006 04:29:30 +0000 Subject: Patch from Sebastian Pipping allows the key for each property to be styled differently to the 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 626a2c18c..5f6e7e404 100644 --- a/src/LexOthers.cxx +++ b/src/LexOthers.cxx @@ -602,7 +602,7 @@ static void ColourisePropsLine( while ((i < lengthLine) && (lineBuffer[i] != '=')) i++; if ((i < lengthLine) && (lineBuffer[i] == '=')) { - styler.ColourTo(startLine + i - 1, SCE_PROPS_DEFAULT); + styler.ColourTo(startLine + i - 1, SCE_PROPS_KEY); styler.ColourTo(startLine + i, SCE_PROPS_ASSIGNMENT); styler.ColourTo(endPos, SCE_PROPS_DEFAULT); } else { -- cgit v1.2.3