mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00

snippet's exit are skipped automatically. * Added a printf snippet to show off. * The printf snippet also exhibits the back-adjacent mirror bug
5 lines
112 B
Plaintext
5 lines
112 B
Plaintext
# name : ${n:$(...)} mirror
|
|
# key : $m
|
|
# contributor : joaotavora
|
|
# --
|
|
\${${2:n}:${4:\$(${5:reflection-fn})}\}$0 |