script to download and update your actionscript 3 and flex bundle
a little script i use to stay up to date with the current actionscript 3 and flex bundle in review
mkdir -p /Library/Application\ Support/TextMate/Bundles
cd /Library/Application\ Support/TextMate/Bundles
svn co http://macromates.com/svn/Bundles/trunk/Review/Bundles/Flex.tmbundle
svn co http://macromates.com/svn/Bundles/trunk/Review/Bundles/ActionScript\ 3.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'
copy - paste this code into a file ( mine calls updateAs3FlexBundle.sh )
then open terminal ( or iTerm)
the first time to make it executable
$ chmod +x updateAs3FlexBundle.sh
then you can run as frequent as you like
./updateAs3FlexBundle.sh
enjoy !!
© 2010 Your Name. Drupal theme by Kiwi Themes.

5 comments
yeah, I noticed and your
yeah,
I noticed and your answer is correct.
Since friday i had the same problem. Posted it into the mailinglist and the answer is on http://macromates.com/textmate/manual/bundles#setting_lc_ctype
(mailinglist : http://comox.textdrive.com/pipermail/textmate/2007-May/019822.html )