my-emacs-d/elpa/yasnippet-20160924.2001/snippets/faust-mode/with

8 lines
82 B
Plaintext

# -*- mode: snippet -*-
# name: with
# key: wi
# --
with {
${1:expression}
};
$0