pistoletpierre / language-systemverilog

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

Comment detection breaks inside module instantation without parameter list #9

Closed JohanMes closed 3 years ago

JohanMes commented 3 years ago

Hi,

As the title says, // comments are not detected in module instantations that do NOT have a parameter list:

foo foo_instance( .i_bla( bla), // I am not detected ...

But this works:

foo #() foo_instance( .i_bla( bla), // I am detected ...

Please fix. Empty parameter lists when instantiating are not universally accepted by EDA tools.

pistoletpierre commented 3 years ago

Hi @JohanMes, pardon the delay. Try updating to 0.12.4 - all seems well now:

image
pistoletpierre commented 3 years ago

Closing, assuming no news is good news. Reopen if that's not the case.