This is a TextMate Bundle for SCSS.
This bundle contains the grammar files for highlighting the NEW SYNTAX; the old syntax is not supported by this bundle. Sorry.
It also includes Zen CSS ( from the Zen Coding Project ); which will help you speed up your coding.
Installation
Preview
Textmate (OS X)
With Git:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/kuroir/SCSS.tmbundle.git "SCSS.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'
Without Git:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
wget http://github.com/kuroir/SCSS.tmbundle/tarball/master
tar zxf kuroir-SCSS.tmbundle-*.tar.gz
rm kuroir-SCSS.tmbundle-*.tar.gz
mv kuroir-SCSS.tmbundle* "SCSS.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'
Credits:
This bundle has the Zen Coding Bundled within because of the scope. You can view the repository here: http://code.google.com/p/zen-coding/