--- a/QScintilla/Lexers/LexerTeX.py Sat Oct 12 18:25:29 2013 +0200 +++ b/QScintilla/Lexers/LexerTeX.py Sun Oct 13 12:21:37 2013 +0200 @@ -35,7 +35,8 @@ try: self.setFoldCompact(Preferences.getEditor("AllFoldCompact")) self.setFoldComments(Preferences.getEditor("TexFoldComment")) - self.setProcessComments(Preferences.getEditor("TexProcessComments")) + self.setProcessComments( + Preferences.getEditor("TexProcessComments")) self.setProcessIf(Preferences.getEditor("TexProcessIf")) except AttributeError: pass