BBEdit-Codeless-Language-Module-for-HAML-SASS
BBEdit-Codeless-Language-Module-for-HAML-SASS copied to clipboard
No folding in SASS?
Thanks so much for this module.
Forgive me if I'm missing something obvious, but I've installed this module and was not getting folding in SASS documents. Adding the following properties to the language features section of SASS.plist seems to resolve it. (I've only done about 15 seconds worth of testing, so I can't say with certainty that this is a perfect solution.)
<key>Open Statement Blocks</key>
<string><![CDATA[{]]></string>
<key>Close Statement Blocks</key>
<string><![CDATA[}]]></string>
Ray, I tried this, but it didn't seem to work. Any ideas? Matt
I know so little about these things; I'm probably not going to be much help. Here's my modified SASS.plist:
http://rocketsheep.com/tempp/SASS.plist