Search found 2 matches
- Tue May 05, 2015 1:06 am
- Forum: General
- Topic: can I highlight C variables
- Replies: 1
- Views: 470
- Fri Apr 24, 2015 2:23 pm
- Forum: General
- Topic: can I highlight C variables
- Replies: 1
- Views: 470
can I highlight C variables
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 ...
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 ...