7 lines
No EOL
70 B
Text
7 lines
No EOL
70 B
Text
# name: if (...) { ... }
|
|
# key: if
|
|
# --
|
|
if (${1:condition})
|
|
{
|
|
$0
|
|
} |