diff options
author | murphy <murphy@rubychan.de> | 2008-08-11 12:01:17 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2008-08-11 12:01:17 +0000 |
commit | 13fba921998464920d06fc7f014a7e6589d83d6c (patch) | |
tree | 23db734fa598221c4c8b08c17f78c10fbec1adaf /etc/coderay-lib.tmproj | |
parent | ce3a4f1b699fb37eead1058a3be0593bbbf306fc (diff) | |
download | coderay-13fba921998464920d06fc7f014a7e6589d83d6c.tar.gz |
Fixed FileType: .html.erb is now recognized as rhtml.
Diffstat (limited to 'etc/coderay-lib.tmproj')
-rw-r--r-- | etc/coderay-lib.tmproj | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/etc/coderay-lib.tmproj b/etc/coderay-lib.tmproj index d97a407..e030f32 100644 --- a/etc/coderay-lib.tmproj +++ b/etc/coderay-lib.tmproj @@ -74,12 +74,18 @@ <key>filename</key> <string>../Rakefile</string> <key>lastUsed</key> - <date>2006-10-31T02:10:52Z</date> - </dict> - <dict> - <key>filename</key> - <string>../README</string> + <date>2008-08-06T18:57:10Z</date> + <key>selected</key> + <true/> </dict> + <dict> + <key>filename</key> + <string>../README</string> + </dict> + <dict> + <key>filename</key> + <string>../diff</string> + </dict> <dict> <key>filename</key> <string>../ROADMAP</string> @@ -89,8 +95,6 @@ <string>../TODO</string> <key>lastUsed</key> <date>2008-01-21T03:03:08Z</date> - <key>selected</key> - <true/> </dict> <dict> <key>name</key> @@ -104,17 +108,19 @@ <key>filename</key> <string>../test/scanners/coderay_suite.rb</string> <key>lastUsed</key> - <date>2006-10-31T02:10:48Z</date> + <date>2008-08-04T21:50:01Z</date> </dict> <dict> <key>filename</key> <string>../test/scanners/suite.rb</string> <key>lastUsed</key> - <date>2006-10-31T01:56:15Z</date> + <date>2008-08-04T21:50:01Z</date> </dict> <dict> <key>filename</key> <string>../bench/bench.rb</string> + <key>lastUsed</key> + <date>2008-08-04T21:50:12Z</date> </dict> </array> <key>fileHierarchyDrawerWidth</key> @@ -124,6 +130,6 @@ <key>showFileHierarchyDrawer</key> <true/> <key>windowFrame</key> - <string>{{6, 14}, {643, 764}}</string> + <string>{{0, 4}, {1070, 774}}</string> </dict> </plist> |