mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-05-06 07:38:19 +00:00
6ce6b24f52
The previous commit broke these snippets by enabling
8 lines
149 B
Plaintext
8 lines
149 B
Plaintext
# name: Document title
|
|
# key: tit
|
|
# --
|
|
${1:$(make-string (string-width yas-text) ?\=)}
|
|
${1:Title}
|
|
${1:$(make-string (string-width yas-text) ?\=)}
|
|
|
|
$0 |