vhda / verilog_systemverilog.vim

Verilog/SystemVerilog Syntax and Omni-completion
359 stars 86 forks source link

Indent conflict between modport and clocking #238

Open nickduuh opened 3 months ago

nickduuh commented 3 months ago

When I try to include clocking block in modport, the plugin matches the clocking block and autoindents when I change row, even though I closed the sentence with " ); "

eg. modport (clocking cb);

Checking the indent file, I think maybe the script does not have an entry for such situation?