/misc/Factor.tmbundle/Snippets/tri.tmSnippet

http://github.com/abeaumont/factor · Unknown · 19 lines · 19 code · 0 blank · 0 comment · 0 complexity · d69fd1fa88548b9ec48117ed8c9a4828 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>
  7. [ $1 ]
  8. [ $2 ]
  9. [ $3 ] tri</string>
  10. <key>name</key>
  11. <string>tri</string>
  12. <key>scope</key>
  13. <string>source.factor</string>
  14. <key>tabTrigger</key>
  15. <string>tri</string>
  16. <key>uuid</key>
  17. <string>B8B7B5ED-C75C-4BD1-906A-220C9956F91F</string>
  18. </dict>
  19. </plist>