init
This commit is contained in:
5
snippets/vhdl-mode/port
Normal file
5
snippets/vhdl-mode/port
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: port
|
||||
# key: port
|
||||
# --
|
||||
port(${1:name}: ${2:IO} ${3:type});
|
||||
Reference in New Issue
Block a user