/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
- <?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>
- [ $1 ]
- [ $2 ]
- [ $3 ] tri</string>
- <key>name</key>
- <string>tri</string>
- <key>scope</key>
- <string>source.factor</string>
- <key>tabTrigger</key>
- <string>tri</string>
- <key>uuid</key>
- <string>B8B7B5ED-C75C-4BD1-906A-220C9956F91F</string>
- </dict>
- </plist>