vscode-verilog-hdl-support icon indicating copy to clipboard operation
vscode-verilog-hdl-support copied to clipboard

[BUG] No highlighting for module/instance name

Open michaelw618 opened this issue 1 year ago • 2 comments

Describe the bug Module and instance name highlighting does not work if parameter assignment starts at the line after module name:

image

Environment (please complete the following information):

  • OS: Windows 10 Pro 10.0.19045
  • VS Code version 1.87.2
  • Extension version v1.13.2
  • color themes dark

Steps to reproduce use code from screen shot above in a .sv file

Log N/A

Expected behavior I expect that the module name <my_module> appears in blue and the instance name <u_my_module> in light blue/cyan

Actual behavior see above

michaelw618 avatar Mar 21 '24 14:03 michaelw618