Joao Tavora 6ce6b24f52 fix: replace 'text' in 'yas-text' in bundled snippets
The previous commit broke these snippets by enabling
2013-08-30 17:13:02 +01:00

8 lines
147 B
Groff

# name: Header 1 (=)
# contributor: Peng Deng <dengpeng@gmail.com>
# key: h1
# --
${1:Header 1}
${1:$(make-string (string-width yas-text) ?\=)}
$0