2016-02-18 14:53:30 +01:00

6 lines
58 B
Plaintext

# name: if (...) { ... }
# key: if
# --
if ($1) {
$0
}