X-Git-Url: https://git.danieliu.xyz/?p=dotfiles.git;a=blobdiff_plain;f=.vim%2Fmysnippets%2Fvhdl.snippets;fp=.vim%2Fmysnippets%2Fvhdl.snippets;h=843b408c2ac2f52a84e2f331fbcf12e046bae343;hp=0000000000000000000000000000000000000000;hb=d5357941de0effbbea612fde4f31b2c9a0bfc716;hpb=339415291a788dafe60c6e2503220e0482c44bf1 diff --git a/.vim/mysnippets/vhdl.snippets b/.vim/mysnippets/vhdl.snippets new file mode 100644 index 0000000..843b408 --- /dev/null +++ b/.vim/mysnippets/vhdl.snippets @@ -0,0 +1,8 @@ + +snippet entity "Entity" w +Entity $1 is port +( + $0 +) +end Entity; +endsnippet