Skip to content

Commit

Permalink
Added more bundles to TextMate.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Menard committed Dec 11, 2008
1 parent 443354c commit ea2d070
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion update-textmate-bundles.sh
Expand Up @@ -7,6 +7,10 @@ function download
cd "$BUNDLE_DIR"

case $1 in
Ack)
git clone git://github.com/protocool/ack-tmbundle.git Ack.tmbundle
;;

Git)
git clone git://gitorious.org/git-tmbundle/mainline.git Git.tmbundle
;;
Expand All @@ -23,6 +27,10 @@ function download
git clone git://github.com/timcharper/rubyamp.git RubyAMP.tmbundle
;;

iPhone)
git clone git://github.com/drnic/objective-c-iphone-tmbundle.git iPhone.tmbundle
;;

jQuery)
git clone git://github.com/drnic/javascript-jquery-tmbundle.git jQuery.tmbundle
;;
Expand All @@ -34,10 +42,14 @@ function download
Ruby)
git clone git://github.com/drnic/ruby-tmbundle.git Ruby.tmbundle
;;

Shoulda)
git clone git://github.com/drnic/ruby-shoulda-tmbundle.git Shoulda.tmbundle
;;
esac
}

for bundle_name in Git GitHub jQuery RubyAMP RubyOnRails RSpec
for bundle_name in Ack Git GitHub iPhone jQuery RubyAMP RubyOnRails RSpec Shoulda
do
bundle="$BUNDLE_DIR/$bundle_name.tmbundle"

Expand Down

0 comments on commit ea2d070

Please sign in to comment.