evil-matchit icon indicating copy to clipboard operation
evil-matchit copied to clipboard

handlin seq_statement

Open redguardtoo opened this issue 4 years ago • 1 comments

See https://github.com/redguardtoo/evil-matchit/issues/74 , it's not verilog only problem, any C like language has same issue. Verilog's begin and end is like { and } in C:

  • see https://www.verilog.com/VerilogBNF.html#REF100 for verilog BNG
  • see http://lisperator.net/pltut/parser/ for how to write a paser
  • let's limit the parser in N (N=5) lines scope from current point

redguardtoo avatar Jul 27 '20 05:07 redguardtoo

it's done. using some code copied from semantic.

redguardtoo avatar Jun 08 '22 11:06 redguardtoo