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