-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathtmbundles.rb
60 lines (46 loc) · 1.35 KB
/
tmbundles.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
dep 'Ruby on Rails.tmbundle' do
source 'git://github.com/drnic/ruby-on-rails-tmbundle.git'
end
dep 'Sinatra.tmbundle' do
source 'git://github.com/foca/sinatra-tmbundle.git'
end
dep 'RSpec.tmbundle' do
source 'git://github.com/rspec/rspec-tmbundle.git'
end
dep 'Ruby Haml.tmbundle' do
source 'git://github.com/benhoskings/ruby-haml.tmbundle.git'
end
dep 'jQuery.tmbundle' do
source 'git://github.com/kswedberg/jquery-tmbundle.git'
end
dep 'JavaScript Tools.tmbundle' do
source 'git://github.com/subtleGradient/javascript-tools.tmbundle.git'
end
dep 'CoffeeScript.tmbundle' do
source 'git://github.com/jashkenas/coffee-script-tmbundle.git'
end
dep 'Clojure.tmbundle' do
source 'https://github.com/swannodette/textmate-clojure.git'
end
dep 'Tcl.tmbundle' do
source 'git://github.com/textmate/tcl.tmbundle.git'
end
dep 'Cucumber.tmbundle' do
source 'git://github.com/bmabey/cucumber-tmbundle.git'
end
dep "Gists.tmbundle" do
requires 'github token set'
source "git://github.com/ivanvc/gists-tmbundle.git"
end
dep 'RubyAMP.tmbundle' do
source 'git://github.com/timcharper/rubyamp.git'
end
dep 'SCSS.tmbundle' do
source 'git://github.com/kuroir/SCSS.tmbundle.git'
end
dep 'SASS.tmbundle' do
source 'https://github.com/seaofclouds/sass-textmate-bundle.git'
end
dep 'nginx.tmbundle' do
source 'git://github.com/johnmuhl/nginx-tmbundle.git'
end