vhda / verilog_systemverilog.vim

Verilog/SystemVerilog Syntax and Omni-completion
360 stars 87 forks source link

Line comment with a comma highlight as code #183

Closed toastedcornflakes closed 5 years ago

toastedcornflakes commented 5 years ago

Hello!

The following snippet gets the wrong colour after the comma, as if the line-comment was ended by the comma.

assign mysig = condition ?
                // Comment, with comma
                a : b;

comment_vim

How can I debug this further? Many thanks

vhda commented 5 years ago

I had a commit laying around that apparently fixes this. Would you be so kind a confirm that this is fixed?

toastedcornflakes commented 4 years ago

Brilliant, it's indeed fixed. Many thanks, and sorry for the late reply, I somehow missed the notification. Thanks again!