Preferences/__init__.py

changeset 4206
8f0d697e6384
parent 4176
4c09d3d75768
child 4271
480434472ac1
--- a/Preferences/__init__.py	Tue Apr 07 13:56:03 2015 +0200
+++ b/Preferences/__init__.py	Tue Apr 07 18:58:19 2015 +0200
@@ -467,6 +467,9 @@
         "CppStylePreprocessor": False,
         "CppHighlightTripleQuotedStrings": False,
         "CppHighlightHashQuotedStrings": False,
+        "CppHighlightBackQuotedStrings": False,
+        "CppHighlightEscapeSequences": False,
+        "CppVerbatimStringEscapeSequencesAllowed": False,
         
         # CoffeeScript specifics
         "CoffeScriptFoldComment": False,

eric ide

mercurial