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>
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.)