7 lines
90 B
Plaintext
Executable File
7 lines
90 B
Plaintext
Executable File
# -*- mode: snippet -*-
|
|
# name: if (...) { ... }
|
|
# key: if
|
|
# --
|
|
if (${1:condition}) {
|
|
$0
|
|
} |