@cousteaulecommandant commented on this pull request.
In src/tagmanager/tm_parser.c:
> @@ -788,6 +788,64 @@ static TMParserMapGroup group_VERILOG[] = { {N_("Variables"), TM_ICON_VAR, tm_tag_variable_t}, }; +static TMParserMapEntry map_SYSVERILOG[] = { + // Verilog and SystemVerilog
Makes sense once I replace that whole chunk with COMMON_VERILOG
.
Should I also remove the ones in group_[SYS]VERILOG
? I intend to merge the two of them together and #define group_SYSVERILOG group_VERILOG
so it might get confusing.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.