diff -r befeff46ec0f -r 18292228c724 QScintilla/Lexers/LexerPascal.py --- a/QScintilla/Lexers/LexerPascal.py Sat Oct 12 18:25:29 2013 +0200 +++ b/QScintilla/Lexers/LexerPascal.py Sun Oct 13 12:21:37 2013 +0200 @@ -37,10 +37,12 @@ Public slot to initialize the properties. """ self.setFoldComments(Preferences.getEditor("PascalFoldComment")) - self.setFoldPreprocessor(Preferences.getEditor("PascalFoldPreprocessor")) + self.setFoldPreprocessor( + Preferences.getEditor("PascalFoldPreprocessor")) self.setFoldCompact(Preferences.getEditor("AllFoldCompact")) try: - self.setSmartHighlighting(Preferences.getEditor("PascalSmartHighlighting")) + self.setSmartHighlighting( + Preferences.getEditor("PascalSmartHighlighting")) except AttributeError: pass