@cousteaulecommandant commented on this pull request.
> @@ -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 or view it on GitHub:
https://github.com/geany/geany/pull/4039#discussion_r1845255761
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/4039/review/[email protected]>