mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23:04 +00:00
5 lines
273 B
Plaintext
5 lines
273 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: sprintf
|
|
# name: s(n)printf …
|
|
# --
|
|
s${2:$(if (string= text "") "" "n")}printf (${1:string}${2:$(if (string= text "") "" ",")}${2:size}, "${3:%s}\\n"${3:$(if (string-match "%[^%]" text) "," "\);")}$4${3:$(if (string-match "%" text) "\);" "")} |