9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: if
|
||
|
# key: if
|
||
|
# uuid: if
|
||
|
# condition: (not (sp-point-in-string-or-comment))
|
||
|
# --
|
||
|
if (${1:true}) {
|
||
|
$0
|
||
|
}
|