Skip to content

Commit

Permalink
Merge pull request AlanQuatermain#6 from jish/fprintf_snippet
Browse files Browse the repository at this point in the history
Add a `fmt.Fprintf` snippet.
  • Loading branch information
syscrusher committed Dec 7, 2014
2 parents 3100d16 + ead451f commit 1768eff
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Snippets/Fprintf.tmSnippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?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>fmt.Fprintf(${1:w}, ${2:"${3:Hello World!}"})$0</string>
<key>name</key>
<string>Fprintf</string>
<key>scope</key>
<string>source.go</string>
<key>tabTrigger</key>
<string>fmt.</string>
<key>uuid</key>
<string>3AC6807B-E0F6-4D68-90E9-A19A0F5F0176</string>
</dict>
</plist>
1 change: 1 addition & 0 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
<string>F5E717F6-A08B-4766-B1D5-0E43C796FDE1</string>
<string>6FCDC940-B46E-44E0-84F4-F2296EB17106</string>
<string>12AC27D2-4B5D-467D-AA52-1C8AACF753E7</string>
<string>3AC6807B-E0F6-4D68-90E9-A19A0F5F0176</string>
</array>
<key>name</key>
<string>Idioms</string>
Expand Down

0 comments on commit 1768eff

Please sign in to comment.