emacs/snippets/raku-mode/if

7 lines
76 B
Plaintext

# -*- mode: snippet -*-
# name: if
# key: if
# --
if ${1:condition} {
$0
}