@cousteaulecommandant commented on this pull request.


In src/tagmanager/tm_parser.c:

> @@ -1257,6 +1315,7 @@ static TMParserMap parser_map[] = {
 	MAP_ENTRY(TXT2TAGS),
 	MAP_ENTRY(ABC),
 	MAP_ENTRY(VERILOG),
+	MAP_ENTRY(SYSVERILOG),

Will do.
(Technically this one isn't really needed since the MAP_ENTRY() macro seems to take care of the order, but for consistency with the other two tm_parser*.h files that do need it it'll be best to do it here as well).


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/4039/review/2425879744@github.com>