pistoletpierre / language-systemverilog

Atom SystemVerilog language support
MIT License
5 stars 2 forks source link

Label of a cover directive not highlighted #1

Closed jgancedo closed 6 years ago

jgancedo commented 6 years ago

When writing an assertion directive like: less_than_four_standing_req: assert property (cnt <= 4);

The label is highlighted. However, when writing a cover like: max_requests: cover property (cnt == 4);

the label is not.

pistoletpierre commented 6 years ago

Will take a look at this next week. Lots to do between now and Tuesday...

pistoletpierre commented 6 years ago

Try updating and giving it a go now @jgancedo

jgancedo commented 6 years ago

Looks great now. Thank you and sorry for the late response!

pistoletpierre commented 6 years ago

Out of curiosity, what syntax highlighting are you using? I tried several and didn’t see highlighted labels in any case.

jgancedo commented 6 years ago

I am using Atom Dark. I don't exactly remember the use-case for which it wasn't showing, because I don't have access to the file I was using at the time. What I do remember is that it broke highlighting for consecutive code too.