/ Published in: Bash
URL: http://flashalisious.com/2007/07/30/installing-as3-and-flex-bundle-for-textmate/
Here's how you can update Textmate to include MXML
Expand |
Embed | Plain Text
mkdir -p ~/Library/Application\ Support/TextMate/Bundles cd /Library/Application\ Support/TextMate/Bundles export LC_CTYPE=en_US.UTF-8 echo "… update Flex bundle" svn co http://macromates.com/svn/Bundles/trunk/Review/Bundles/Flex.tmbundle osascript -e 'tell app "TextMate" to reload bundles'
You need to login to post a comment.
