yasnippet-snippets/snippets/lua-mode/if

8 lines
69 B
Plaintext

# -*- mode: snippet -*-
# name: if
# key: if
# --
if $1 then
$0
end