mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
8 lines
71 B
Systemverilog
8 lines
71 B
Systemverilog
module somemodule
|
|
always@( * ) begin
|
|
//begin
|
|
end
|
|
|
|
///end
|
|
endmodule
|