Comment sections in verilog,dll blocks?

Hello,
I wonder if there is a way to comment section in the verilog blocks?
like

/*
several
codes
of code
commented out here
*/

instead of using // infront of every row.

For me it’s not highlighted but as a comment it works.