summaryrefslogtreecommitdiff
path: root/yaml-mode
diff options
context:
space:
mode:
authorAndrea Crotti <andrea.crotti.0@gmail.com>2010-10-28 20:05:22 +0200
committerAndrea Crotti <andrea.crotti.0@gmail.com>2010-10-28 20:05:22 +0200
commitfba51c20d9e6012274fb4839b8f4394ec1819a06 (patch)
tree300a3cf473f19429f9d970727e9e27c271d1d3ab /yaml-mode
parentee25e965bbc8e83e1a0d1ade140f1dd2bcb6ca83 (diff)
new c++ stuff
Diffstat (limited to 'yaml-mode')
-rw-r--r--yaml-mode/entry.yasnippet2
-rw-r--r--yaml-mode/list.yasnippet2
-rw-r--r--yaml-mode/section.yasnippet2
3 files changed, 6 insertions, 0 deletions
diff --git a/yaml-mode/entry.yasnippet b/yaml-mode/entry.yasnippet
index f9cfbe7..f68cd03 100644
--- a/yaml-mode/entry.yasnippet
+++ b/yaml-mode/entry.yasnippet
@@ -1,6 +1,8 @@
# -*- mode: snippet -*-
# name: entry
# key: entry
+# contributor: Andrea crotti
# --
+
${1:entry}: ${2:value}
$0 \ No newline at end of file
diff --git a/yaml-mode/list.yasnippet b/yaml-mode/list.yasnippet
index 89d97eb..a041f79 100644
--- a/yaml-mode/list.yasnippet
+++ b/yaml-mode/list.yasnippet
@@ -1,6 +1,8 @@
# -*- mode: snippet -*-
# name: list
# key: list
+# contributor: Andrea crotti
# --
+
[$1]
$0 \ No newline at end of file
diff --git a/yaml-mode/section.yasnippet b/yaml-mode/section.yasnippet
index 5e8782d..7834e0e 100644
--- a/yaml-mode/section.yasnippet
+++ b/yaml-mode/section.yasnippet
@@ -1,6 +1,8 @@
# -*- mode: snippet -*-
# name: section
# key: --
+# contributor: Andrea crotti
# --
+
--- # ${1:section}
$0 \ No newline at end of file