vscode-verilog-hdl-support
                                
                                 vscode-verilog-hdl-support copied to clipboard
                                
                                    vscode-verilog-hdl-support copied to clipboard
                            
                            
                            
                        [BUG] No highlighting for module/instance name
Describe the bug Module and instance name highlighting does not work if parameter assignment starts at the line after module name:
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