--- a/Preferences/__init__.py Sat Jun 21 18:11:38 2014 +0200 +++ b/Preferences/__init__.py Sat Jun 21 22:35:36 2014 +0200 @@ -349,6 +349,11 @@ "CppHighlightTripleQuotedStrings": False, "CppHighlightHashQuotedStrings": False, + # CoffeeScript specifics + "CoffeScriptFoldComment": False, + "CoffeeScriptDollarsAllowed": True, + "CoffeeScriptStylePreprocessor": False, + # CSS specifics "CssFoldComment": True, "CssHssSupport": False,