restructuring classic snippets dir to conform to new parenting specs

This commit is contained in:
capitaomorte
2009-12-25 14:05:23 +00:00
parent eebdf516b2
commit 4426d044f6
418 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1 @@
text-mode

6
snippets/rst-mode/chap Normal file
View File

@@ -0,0 +1,6 @@
#name : Chapter title
# --
${1:Chapter}
${1:$(make-string (string-width text) ?\=)}
$0

6
snippets/rst-mode/sec Normal file
View File

@@ -0,0 +1,6 @@
#name : Section title
# --
${1:Section}
${1:$(make-string (string-width text) ?\-)}
$0

7
snippets/rst-mode/tit Normal file
View File

@@ -0,0 +1,7 @@
#name : Document title
# --
${1:$(make-string (string-width text) ?\=)}
${1:Title}
${1:$(make-string (string-width text) ?\=)}
$0