confi-emacs-actual/snippets/kotlin-mode/ife

11 lines
126 B
Plaintext
Raw Normal View History

2022-03-30 01:21:13 +02:00
# -*- mode: snippet -*-
# contributor: Seong Yong-ju
# name: ife
# key: ife
# --
if (${1:true}) {
`%`$2
} else {
$0
}