I want to highlight a list of verilog array names in code, the issue is that the arrays in the C code occur with and without indices, e.g., x, x[7:0],
x[7:0][3]. The convenient syntax highlighting works fine for occurrences of x, but the occurrences of x with trailing index selectors are not highlighted. I tried adding []:0123456789 to the "Other characters in words" but that did not work. Any suggestions?
can I highlight C variables
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard