QScintilla/Lexers/LexerCPP.py

changeset 2261
f4bb5648fc29
parent 1509
c0b5e693b0eb
child 2302
f29e9405c851
diff -r e5146f38a03a -r f4bb5648fc29 QScintilla/Lexers/LexerCPP.py
--- 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):
         """

eric ide

mercurial