Skip to content

Instantly share code, notes, and snippets.

@eyemyth
Last active December 13, 2015 20:28
Show Gist options
  • Save eyemyth/4969754 to your computer and use it in GitHub Desktop.
Save eyemyth/4969754 to your computer and use it in GitHub Desktop.
# array
snippet array
<array>
${0}
</array>
# data
snippet data
<data>
${1}
</data>
# date
snippet date
<date>${1:YYYY}${2/.+/-/}${2:MM}${3/.+/-/}${3:DD}${4/.+/T/}${4:hh}${5/.+/:/}${5:mm}${6/.+/:/}${6:ss}${4/.+/Z/}</date>
# dict
snippet dict
<dict>
${0}
</dict>
# false
snippet f
<false/>
# integer
snippet int
<integer>${1}</integer>
# key
snippet key
<key>${1}</key>
# plist
snippet plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
${0}
</plist>
# real
snippet real
<real>${1}</real>
# string
snippet str
<string>${1}</string>
# true
snippet t
<true/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment