emacs/snippets/d-mode/if

9 lines
73 B
Plaintext

# -*- mode: snippet -*-
# name: if …
# key: if
# --
if ($1)
{
$2
}
$0