--- a/Preferences/__init__.py Sun Nov 13 19:14:57 2011 +0100 +++ b/Preferences/__init__.py Sun Nov 13 19:56:47 2011 +0100 @@ -327,6 +327,7 @@ "CppIndentClosingBrace": False, "CppDollarsAllowed": True, "CppStylePreprocessor": False, + "CppHighlightTripleQuotedStrings": False, # CSS specifics "CssFoldComment": True, @@ -354,6 +355,7 @@ "PerlFoldComment": True, "PerlFoldPackages": True, "PerlFoldPODBlocks": True, + "PerlFoldAtElse": False, # PostScript specifics "PostScriptTokenize": False, @@ -377,6 +379,7 @@ "PythonAllowV3Bytes": True, "PythonFoldQuotes": False, "PythonStringsOverNewLineAllowed": False, + "PythonHighlightSubidentifier": True, # Ruby specifics "RubyFoldComment": False,