/Snippets/audio_stopWithDelay.tmSnippet

http://github.com/osadchuk/Corona-SDK.tmbundle · Unknown · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · 4e85d09e481525aaea0beafd24fd8c34 MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>content</key>
  6. <string>audio.stopWithDelay( ${1:duration}, {channel = ${2:c}} )</string>
  7. <key>name</key>
  8. <string>audio.stopWithDelay</string>
  9. <key>tabTrigger</key>
  10. <string>audio.stopWithDelay</string>
  11. <key>uuid</key>
  12. <string>F47FE59B-43B4-4FF6-ABCE-4CB7092A1AC9</string>
  13. </dict>
  14. </plist>