yasnippet-snippets/snippets/js-mode/if
2019-03-09 09:42:25 +00:00

6 lines
68 B
Plaintext

# -*- mode: snippet -*-
# name: if
# --
if (${1:condition}) {
$0
}