* The c-mode stdmap snippet had slipped the rename of issue 113

This commit is contained in:
capitaomorte
2009-10-30 16:22:39 +00:00
parent b3b3c12749
commit 88287640e9

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: map
# contributor: Translated from TextMate Snippet
# name: std::map
# --
std::map<${1:key}, ${2:value}> map$0;