BBEdit-Codeless-Language-Module-for-HAML-SASS icon indicating copy to clipboard operation
BBEdit-Codeless-Language-Module-for-HAML-SASS copied to clipboard

No folding in SASS?

Open ghost opened this issue 13 years ago • 2 comments

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>

ghost avatar Jul 22 '11 17:07 ghost

Ray, I tried this, but it didn't seem to work. Any ideas? Matt

mattmartini avatar Oct 20 '11 17:10 mattmartini

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

ghost avatar Oct 20 '11 17:10 ghost