Skip to content

Commit

Permalink
Changed require snippet to have 'sys' by default
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Dec 21, 2009
1 parent bbf69b7 commit c74d951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snippets/require.tmSnippet
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>var ${2/^.*?(\w+).*$/\L$1/} = require(${2:'${1:./some_file}'});</string>
<string>var ${2/^.*?(\w+).*$/\L$1/} = require(${2:'${1:sys}'});</string>
<key>name</key>
<string>require</string>
<key>scope</key>
Expand Down

0 comments on commit c74d951

Please sign in to comment.