FG42/conf/emacs.d/snippets/text-mode/js-mode/if.yasnippet

8 lines
67 B
Plaintext

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