init
This commit is contained in:
9
snippets/vhdl-mode/case
Normal file
9
snippets/vhdl-mode/case
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: case
|
||||
# key: case
|
||||
# --
|
||||
case ${1:cond} is
|
||||
when ${2:Value} =>
|
||||
$0
|
||||
|
||||
end case;
|
||||
Reference in New Issue
Block a user