You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that in systemverilogs case we are using the .yaml to generate the json instead of just the json so i wanted to ask if there was a specific reason we are doing so.
Also I am pretty sure the issue is the use of [ \\t\\r\\n]
Which is:
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):
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
The text was updated successfully, but these errors were encountered: