From 024dc10f84b3ad74d83b2ae997b0a25d3c179aea Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 29 Sep 2001 10:45:32 +0000 Subject: Bullant lexer added. --- src/LexBullant.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/LexBullant.cxx') diff --git a/src/LexBullant.cxx b/src/LexBullant.cxx index e2a04b0c4..0deae1051 100644 --- a/src/LexBullant.cxx +++ b/src/LexBullant.cxx @@ -80,7 +80,7 @@ static void ColouriseBullantDoc(unsigned int startPos, int length, int initStyle char chNext = styler[startPos]; unsigned int lengthDoc = startPos + length; int visibleChars = 0; - int blockChange = 0; + //int blockChange = 0; styler.StartSegment(startPos); int endFoundThisLine = 0; for (unsigned int i = startPos; i < lengthDoc; i++) { -- cgit v1.2.3