mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
5 lines
193 B
Plaintext
5 lines
193 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: fprintf
|
|
# name: fprintf (...)
|
|
# --
|
|
fprintf (${1:stderr}, "${2:%s}\\n"${2:$(if (string-match "%[^%]" text) "," "\);")}$3${2:$(if (string-match "%" text) "\);" "")} |