mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 02:14:17 +00:00
* The c-mode stdmap snippet had slipped the rename of issue 113
This commit is contained in:
6
extras/imported/c-mode/stdmap (map).yasnippet
Normal file
6
extras/imported/c-mode/stdmap (map).yasnippet
Normal 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;
|
||||
Reference in New Issue
Block a user