diff options
author | nyamatongwe <devnull@localhost> | 2001-09-29 10:45:32 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-09-29 10:45:32 +0000 |
commit | 024dc10f84b3ad74d83b2ae997b0a25d3c179aea (patch) | |
tree | 899f3eb72ba83e00c76c0f5ad0a5faa78d6ff859 /src/LexBullant.cxx | |
parent | 9ebdb89ac3c39e37ef28ad5487f6f8ee53c42bf3 (diff) | |
download | scintilla-mirror-024dc10f84b3ad74d83b2ae997b0a25d3c179aea.tar.gz |
Bullant lexer added.
Diffstat (limited to 'src/LexBullant.cxx')
-rw-r--r-- | src/LexBullant.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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++) { |