diff options
author | nyamatongwe <devnull@localhost> | 2000-11-08 08:50:52 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-11-08 08:50:52 +0000 |
commit | 4eb5bc53a4bf2484b881750db2345847f54f8383 (patch) | |
tree | 78ff11d08db59bd105108af43f04798ba3f7a429 /src/LexPascal.cxx | |
parent | 1b96828ae50a99a3cad22bf0761a035c5bd5ed16 (diff) | |
download | scintilla-mirror-4eb5bc53a4bf2484b881750db2345847f54f8383.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; |