yasnippet-snippets/snippets/lua-mode/eif
2017-08-13 12:16:55 +01:00

10 lines
96 B
Plaintext

# -*- mode: snippet -*-
# name: if elseif
# key: eif
# --
if $1 then
$2
elseif $3 then
$0
end