Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Created October 21, 2011 12:31
Show Gist options
  • Save bittersweetryan/1303710 to your computer and use it in GitHub Desktop.
Save bittersweetryan/1303710 to your computer and use it in GitHub Desktop.
Script Function Snippet for SublimeText 2
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>content</key>
<string>${1:${2:public} ${3:void} function $4($5)}${6:
${7:output=${8:false} }${9:hint="$10"}}{
$0
}</string>
<key>name</key>
<string>scriptFunction</string>
<key>scope</key>
<string>text.html.cfm</string>
<key>tabTrigger</key>
<string>f_</string>
<key>uuid</key>
<string>34ijli3-34de-4f5a-b07b-f66eda422940</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment