 {
 	"list": [
 		"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n",
 		"<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n",
 		"<plist version=\"1.0\">\n",
 		"<dict>\n",

 		"\t<key>IDECodeSnippetCompletionPrefix</key>\n",
 		"{completion}",

 		"\t<key>IDECodeSnippetCompletionScopes</key>\n",
 		"\t<array>\n",
 		"\t\t<string>All</string>\n",
 		"\t</array>\n",

 		"\t<key>IDECodeSnippetContents</key>\n",
 		"{content}",

 		"\t<key>IDECodeSnippetIdentifier</key>\n",
 		"{identifier}",

 		"\t<key>IDECodeSnippetLanguage</key>\n",
 		"{language}",

 		"\t<key>IDECodeSnippetSummary</key>\n",
 		"{summary}",

 		"\t<key>IDECodeSnippetTitle</key>\n",
 		"{title}",

 		"\t<key>IDECodeSnippetUserSnippet</key>\n",
 		"\t<true/>\n",
 		"\t<key>IDECodeSnippetVersion</key>\n",
 		"\t<integer>2</integer>\n",

 		"</dict>\n",
 		"</plist>\n"
 	]
 }