confi-emacs-actual/snippets/php-mode/if

8 lines
96 B
Plaintext
Raw Normal View History

2022-03-30 01:21:13 +02:00
# -*- mode: snippet -*-
# name: if (...) { ... }
# key: if
# uuid: if
# --
if ($1) {
`%`$0
}