yasnippet-snippets/snippets/vhdl-mode/ifelif

9 lines
119 B
Plaintext
Raw Normal View History

2020-04-02 02:28:36 +02:00
# -*- mode: snippet -*-
# name: ifelif
# key: ifelif
# --
if ${1:cond1} then
$0
elsif ${2:cond2} then
end if;