summaryrefslogtreecommitdiff
path: root/yaml-mode
diff options
context:
space:
mode:
authorAndrea Crotti <andrea.crotti.0@gmail.com>2010-11-05 12:04:30 +0100
committerAndrea Crotti <andrea.crotti.0@gmail.com>2010-11-05 12:04:30 +0100
commit4bdf09708c1d2275066a988ac43d0fefad5096db (patch)
tree42b5a2c18a88921f888cc9c043be5f3fd5ec2d19 /yaml-mode
parent5eaeb49c94d1969158166b97e37333ad2adc582b (diff)
finally corrected
Diffstat (limited to 'yaml-mode')
-rw-r--r--yaml-mode/entry.yasnippet1
-rw-r--r--yaml-mode/list.yasnippet1
-rw-r--r--yaml-mode/section.yasnippet1
3 files changed, 0 insertions, 3 deletions
diff --git a/yaml-mode/entry.yasnippet b/yaml-mode/entry.yasnippet
index f68cd03..eabc485 100644
--- a/yaml-mode/entry.yasnippet
+++ b/yaml-mode/entry.yasnippet
@@ -3,6 +3,5 @@
# 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 a041f79..89a4bdd 100644
--- a/yaml-mode/list.yasnippet
+++ b/yaml-mode/list.yasnippet
@@ -3,6 +3,5 @@
# 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 7834e0e..5ef3d7d 100644
--- a/yaml-mode/section.yasnippet
+++ b/yaml-mode/section.yasnippet
@@ -3,6 +3,5 @@
# key: --
# contributor: Andrea crotti
# --
-
--- # ${1:section}
$0 \ No newline at end of file