mirror of
https://github.com/kennethreitz-archive/kJS.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
78f785b43d
git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@10172 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
17 lines
465 B
Plaintext
17 lines
465 B
Plaintext
<?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>content</key>
|
|
<string>setTimeout($0, ${10:10});</string>
|
|
<key>name</key>
|
|
<string>setTimeout</string>
|
|
<key>scope</key>
|
|
<string>source.js</string>
|
|
<key>tabTrigger</key>
|
|
<string>timeout</string>
|
|
<key>uuid</key>
|
|
<string>009A3E6C-FE3F-4A18-8759-2DC31F17BBE2</string>
|
|
</dict>
|
|
</plist>
|