ambevar-dotfiles/.emacs.d/snippets/awk-mode/printf

6 lines
192 B
Plaintext

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