# -*- mode: snippet -*-
|
|
# name: printf
|
|
# key: printf
|
|
# --
|
|
printf("${1:%s}\\n"${1:$(if (string-match "%" yas-text) ", " "\);")
|
|
}$2${1:$(if (string-match "%" yas-text) "\);" "")}
|