--- 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,