mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-05-05 23:28:19 +00:00
6ce6b24f52
The previous commit broke these snippets by enabling
7 lines
103 B
Plaintext
7 lines
103 B
Plaintext
# name: Chapter title
|
|
# key: chap
|
|
# --
|
|
${1:Chapter}
|
|
${1:$(make-string (string-width yas-text) ?\=)}
|
|
|
|
$0 |