init
This commit is contained in:
9
snippets/vhdl-mode/ifelse
Normal file
9
snippets/vhdl-mode/ifelse
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: ifelse
|
||||
# key: ifel
|
||||
# --
|
||||
if ${1:cond1} then
|
||||
$0
|
||||
else
|
||||
|
||||
end if;
|
||||
Reference in New Issue
Block a user