11 lines
126 B
Plaintext
11 lines
126 B
Plaintext
# -*- mode: snippet -*-
|
|
# contributor: Seong Yong-ju
|
|
# name: ife
|
|
# key: ife
|
|
# --
|
|
if (${1:true}) {
|
|
`%`$2
|
|
} else {
|
|
$0
|
|
}
|