language-verilog
language-verilog copied to clipboard
Line comment using "/* */"
When pressing "ctrl-/" it inserted "/* _/" instead of "//". For example: /_this is a comment*/ But I expected: // this is a comment