diff -r 9b9396fc54aa -r 552d2d74f5cf QScintilla/Lexers/LexerCPP.py --- a/QScintilla/Lexers/LexerCPP.py Sun Nov 13 19:14:57 2011 +0100 +++ b/QScintilla/Lexers/LexerCPP.py Sun Nov 13 19:56:47 2011 +0100 @@ -59,6 +59,11 @@ self.setStylePreprocessor(Preferences.getEditor("CppStylePreprocessor")) except AttributeError: pass + try: + self.setHighlightTripleQuotedStrings( + Preferences.getEditor("CppHighlightTripleQuotedStrings")) + except AttributeError: + pass def autoCompletionWordSeparators(self): """