9 lines
152 B
Plaintext
9 lines
152 B
Plaintext
# -*- mode: snippet -*-
|
|
# contributor: USAMI Kenta <tadsan@zonu.me>
|
|
# name: if
|
|
# key: if
|
|
# group : control structure
|
|
# --
|
|
if (${1:condition}) {
|
|
$0
|
|
} |