9 lines
73 B
Plaintext
9 lines
73 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: if …
|
|
# key: if
|
|
# --
|
|
if ($1)
|
|
{
|
|
$2
|
|
}
|
|
$0 |