confi-emacs-actual/snippets/php-mode/if
2022-03-29 19:21:13 -04:00

8 lines
96 B
Plaintext

# -*- mode: snippet -*-
# name: if (...) { ... }
# key: if
# uuid: if
# --
if ($1) {
`%`$0
}