eirikpre / VSCode-SystemVerilog

SystemVerilog support in VS Code
MIT License
128 stars 50 forks source link

Interface classes aren't parsed properly #174

Open tudortimi opened 2 years ago

tudortimi commented 2 years ago

When using the interface class construct, the parser is offended by the interface keyword:

image

It's probably looking for a matching endinterface to match to it.