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 !
ruby-on-rails-tmbundle / Syntaxes / RJS.tmLanguage
100644 26 lines (25 sloc) 0.586 kb
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>fileTypes</key>
  <array>
    <string>rjs</string>
  </array>
  <key>keyEquivalent</key>
  <string>^~R</string>
  <key>name</key>
  <string>RJS</string>
  <key>patterns</key>
  <array>
    <dict>
      <key>include</key>
      <string>source.ruby</string>
    </dict>
  </array>
  <key>scopeName</key>
  <string>source.ruby.rails.rjs</string>
  <key>uuid</key>
  <string>A6AE60CD-18CA-4474-BE7A-5255BC3EF083</string>
</dict>
</plist>