Skip to content

Commit

Permalink
Use single quotes on require
Browse files Browse the repository at this point in the history
  • Loading branch information
elia authored and infininight committed Sep 14, 2015
1 parent 535dd86 commit 2b650de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>require "$0"</string>
<string>require '$0'</string>
<key>name</key>
<string>require ".."</string>
<string>require '..'</string>
<key>scope</key>
<string>source.ruby</string>
<key>tabTrigger</key>
Expand Down

0 comments on commit 2b650de

Please sign in to comment.