DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 1.1%2Bdfsg-2 / snippets / vhdl-mode / ifelif
123456789
# -*- mode: snippet -*- # name: ifelif # key: ifelif # -- if ${1:cond1} then $0 elsif ${2:cond2} then end if;