diff options
author | nyamatongwe <unknown> | 2000-11-08 08:50:52 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-11-08 08:50:52 +0000 |
commit | 65ed219ff652f65f5ee0c452e77907208171a6dc (patch) | |
tree | 78ff11d08db59bd105108af43f04798ba3f7a429 /src/LexPascal.cxx | |
parent | 3cb439e2f18542ea244d4d21aeeb01a606caea56 (diff) | |
download | scintilla-mirror-65ed219ff652f65f5ee0c452e77907208171a6dc.tar.gz |
Added Pascal Lexer.
Diffstat (limited to 'src/LexPascal.cxx')
-rw-r--r-- | src/LexPascal.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/LexPascal.cxx b/src/LexPascal.cxx index b9aed807b..d9227df99 100644 --- a/src/LexPascal.cxx +++ b/src/LexPascal.cxx @@ -48,7 +48,6 @@ static void ColourisePascalDoc(unsigned int startPos, int length, int initStyle, styler.StartAt(startPos); bool fold = styler.GetPropertyInt("fold"); - bool stylingWithinPreprocessor = styler.GetPropertyInt("styling.within.preprocessor"); int lineCurrent = styler.GetLine(startPos); int levelPrev = styler.LevelAt(lineCurrent) & SC_FOLDLEVELNUMBERMASK; int levelCurrent = levelPrev; |