minor tweaks to the rails-related bundles import strategy, which are quite usable already\nAlso don't activate yasnippet in the minibuffer

This commit is contained in:
capitaomorte
2010-08-15 23:38:56 +00:00
parent fd4065a70f
commit 58ce46468e
7 changed files with 212 additions and 190 deletions

View File

@@ -23,7 +23,7 @@ end
desc "convert some textmate bundles to yasnippets"
task :convert_bundles do
sh 'for bundle in html ruby rails; do ./extras/textmate_import.rb -d extras/bundles/$bundle-bundle -o extras/imported/$bundle-mode -q ; done'
sh 'for bundle in html ruby rails css; do ./extras/textmate_import.rb -d extras/bundles/$bundle-tmbundle -o extras/imported/$bundle-mode -q ; done'
end
desc "create a release package"