This commit is contained in:
2023-08-27 16:47:59 +02:00
6 changed files with 34 additions and 1 deletions

View File

@@ -49,4 +49,15 @@ module ${1:MODULE_NAME} (
);
$0
endmodule // $1
snippet begin "begin - end" iA
begin
$1
end
$0
endsnippet
snippet def "Definition/Constant" b
\`define ${1:NAME} ${2:VALUE}
$0
endsnippet