Files
kPHP.tmbundle/Snippets/endforeach.tmSnippet
2010-02-14 05:31:49 -05:00

17 lines
462 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>&lt;?php endforeach; ?&gt;</string>
<key>name</key>
<string>endforeach</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
<string>end</string>
<key>uuid</key>
<string>67C99EB1-AB07-4543-BE64-F066271C4748</string>
</dict>
</plist>