mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-04 06:32:24 +00:00
restructuring classic snippets dir to conform to new parenting specs
This commit is contained in:
1
snippets/rst-mode/.yas-parents
Normal file
1
snippets/rst-mode/.yas-parents
Normal file
@@ -0,0 +1 @@
|
||||
text-mode
|
||||
6
snippets/rst-mode/chap
Normal file
6
snippets/rst-mode/chap
Normal file
@@ -0,0 +1,6 @@
|
||||
#name : Chapter title
|
||||
# --
|
||||
${1:Chapter}
|
||||
${1:$(make-string (string-width text) ?\=)}
|
||||
|
||||
$0
|
||||
6
snippets/rst-mode/sec
Normal file
6
snippets/rst-mode/sec
Normal file
@@ -0,0 +1,6 @@
|
||||
#name : Section title
|
||||
# --
|
||||
${1:Section}
|
||||
${1:$(make-string (string-width text) ?\-)}
|
||||
|
||||
$0
|
||||
7
snippets/rst-mode/tit
Normal file
7
snippets/rst-mode/tit
Normal file
@@ -0,0 +1,7 @@
|
||||
#name : Document title
|
||||
# --
|
||||
${1:$(make-string (string-width text) ?\=)}
|
||||
${1:Title}
|
||||
${1:$(make-string (string-width text) ?\=)}
|
||||
|
||||
$0
|
||||
Reference in New Issue
Block a user