diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2011-09-09 01:02:50 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2011-09-09 01:02:50 +0200 |
commit | c78438a23e1a6c53fac85433103010e08ca23c51 (patch) | |
tree | cfed8452f47878c159d66849c0fcb79a05364634 /etc | |
parent | d42887ef56c724d9f7b3b21ed8e1758f9d96e706 (diff) | |
download | coderay-c78438a23e1a6c53fac85433103010e08ca23c51.tar.gz |
remove obsolete workaround for old Rubinius incompatibility
Diffstat (limited to 'etc')
-rw-r--r-- | etc/CodeRay.tmproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/CodeRay.tmproj b/etc/CodeRay.tmproj index 97e606e..3f5152c 100644 --- a/etc/CodeRay.tmproj +++ b/etc/CodeRay.tmproj @@ -2,6 +2,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>currentDocument</key> + <string>../lib/coderay/scanners/haml.rb</string> <key>documents</key> <array> <dict> @@ -118,7 +120,7 @@ </dict> <dict> <key>filename</key> - <string>../Rakefile</string> + <string>../rakefile</string> <key>lastUsed</key> <date>2011-08-23T02:18:45Z</date> </dict> |