--- a/QScintilla/Lexers/LexerCPP.py Mon Dec 10 18:40:10 2012 +0100 +++ b/QScintilla/Lexers/LexerCPP.py Mon Dec 10 20:15:52 2012 +0100 @@ -64,6 +64,11 @@ Preferences.getEditor("CppHighlightTripleQuotedStrings")) except AttributeError: pass + try: + self.setHighlightHashQuotedStrings( + Preferences.getEditor("CppHighlightHashQuotedStrings")) + except AttributeError: + pass def autoCompletionWordSeparators(self): """