mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
18 lines
494 B
Plaintext
18 lines
494 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 ${1:name} in ${2:array}
|
|
${0:# body...}</string>
|
|
<key>name</key>
|
|
<string>Array Comprehension</string>
|
|
<key>scope</key>
|
|
<string>source.coffee</string>
|
|
<key>tabTrigger</key>
|
|
<string>fora</string>
|
|
<key>uuid</key>
|
|
<string>2D4AC0B4-47AA-4E38-9A11-09A48C2A9439</string>
|
|
</dict>
|
|
</plist>
|