/Snippets/timer_performWithDelay 2.tmSnippet

http://github.com/osadchuk/Corona-SDK.tmbundle · Unknown · 16 lines · 16 code · 0 blank · 0 comment · 0 complexity · 49ee143977749cd5d12929ac60b27132 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>timer.performWithDelay(${1:delay_in_milliseconds}, ${2:callback_function}, ${3:iterations})</string>
  7. <key>name</key>
  8. <string>timer.performWithDelay</string>
  9. <key>scope</key>
  10. <string>source.lua</string>
  11. <key>tabTrigger</key>
  12. <string>timer.performWithDelay</string>
  13. <key>uuid</key>
  14. <string>D73074D3-8279-401E-A12C-E2444138F3D0</string>
  15. </dict>
  16. </plist>