mirror of
https://github.com/kennethreitz-archive/kJS.tmbundle.git
synced 2026-06-21 16:10:58 +00:00
c89827b256
Unified the for snippets some more New for snippet for fast DOM iteration
19 lines
541 B
Plaintext
19 lines
541 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>for (var ${20:i}=0, ${2:thing}; ${2:thing} = ${1:Things}[${20:i}]; ${20:i}++){
|
|
$0${2:thing}
|
|
}</string>
|
|
<key>name</key>
|
|
<string>for (…) {…} (PPK)</string>
|
|
<key>scope</key>
|
|
<string>source.js</string>
|
|
<key>tabTrigger</key>
|
|
<string>for</string>
|
|
<key>uuid</key>
|
|
<string>9BF3315C-88FF-46A1-89E1-9A5E9EAC78D0</string>
|
|
</dict>
|
|
</plist>
|