public
Description: Ruby on Rails TextMate bundle [Learn it with PeepCode - http://peepcode.com/products/textmate-for-rails-2]
Homepage: http://groups.google.com/group/rubyonrails-textmate
Clone URL: git://github.com/drnic/ruby-on-rails-tmbundle.git
Click here to lend your support to: ruby-on-rails-tmbundle and make a donation at www.pledgie.com !
jit and slt also for haml
lawrencepit (author)
Thu Sep 04 16:28:38 -0700 2008
commit  aba5f1dd915b2a5f245f62a6807ec1893ba5e833
tree    e150e3c8412e5dea0ab1cfdeb5f6f31c334d8411
parent  7116f14b9ec6f367ba1a03278317405fb72dc265
...
1
2
 
3
4
5
...
7
8
9
10
 
11
12
13
...
1
 
2
3
4
5
...
7
8
9
 
10
11
12
13
0
@@ -1,5 +1,5 @@
0
 <?xml version="1.0" encoding="UTF-8"?>
0
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0
 <plist version="1.0">
0
 <dict>
0
   <key>content</key>
0
@@ -7,7 +7,7 @@
0
   <key>name</key>
0
   <string>javascript_include_tag</string>
0
   <key>scope</key>
0
- <string>text.html.ruby</string>
0
+ <string>text.html.ruby, text.haml</string>
0
   <key>tabTrigger</key>
0
   <string>jit</string>
0
   <key>uuid</key>
...
7
8
9
10
 
11
12
13
...
7
8
9
 
10
11
12
13
0
@@ -7,7 +7,7 @@
0
   <key>name</key>
0
   <string>stylesheet_link_tag</string>
0
   <key>scope</key>
0
- <string>text.html.ruby</string>
0
+ <string>text.html.ruby, text.haml</string>
0
   <key>tabTrigger</key>
0
   <string>slt</string>
0
   <key>uuid</key>

Comments

    No one has commented yet.