8 lines
82 B
Plaintext
Raw Normal View History

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