yasnippet/extras/imported/c-mode/printf .. (printf).yasnippet
2009-08-29 17:59:02 +00:00

6 lines
198 B
Plaintext

# -*- mode: snippet -*-
# key: printf
# contributor: Translated from TextMate Snippet
# name: printf …
# --
printf("${1:%s}\\n"${1/([^%]|%%)*(%.)?.*/(?2:, :\);)/}$2${1/([^%]|%%)*(%.)?.*/(?2:\);)/}