IMO it's because of the attached declaration roles here
https://github.com/universal-ctags/ctags/blob/45735bd0fe03acb4a6311a9187ac5e8ff3536d22/parsers/verilog.c#L166
https://github.com/universal-ctags/ctags/blob/45735bd0fe03acb4a6311a9187ac5e8ff3536d22/parsers/verilog.c#L181
I think if you add a verilog and systemverilog case here
and return kind != 'm'
, if could fix the problem. If it fixes this problem, please create a PR.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.