Emacs config utilizing prelude as a base
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
195 B

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