summaryrefslogtreecommitdiff
path: root/c++-mode/namespace
diff options
context:
space:
mode:
authorAlberto Luaces Fernández <aluaces@udc.es>2015-05-13 19:45:06 +0100
committerAlberto Luaces Fernández <aluaces@udc.es>2015-05-13 19:45:06 +0100
commitf4123b269fe5af6d04d68a643d16fea9fa388e2d (patch)
tree4361a69e833eaa18c49cad6bf594c9cddfcc6f89 /c++-mode/namespace
Import yasnippet-snippets_0~git20150512.orig.tar.gz
[dgit import orig yasnippet-snippets_0~git20150512.orig.tar.gz]
Diffstat (limited to 'c++-mode/namespace')
-rw-r--r--c++-mode/namespace9
1 files changed, 9 insertions, 0 deletions
diff --git a/c++-mode/namespace b/c++-mode/namespace
new file mode 100644
index 0000000..5f702d8
--- /dev/null
+++ b/c++-mode/namespace
@@ -0,0 +1,9 @@
+# -*- mode: snippet -*-
+# name: namespace
+# key: ns
+# --
+namespace ${1:Namespace} {
+
+ `yas/selected-text`
+
+} // $1 \ No newline at end of file