@elextr commented on this pull request.


In src/tagmanager/tm_tag.h:

> @@ -154,7 +154,7 @@ gboolean tm_tag_is_anon(const TMTag *tag);
 
 const char *tm_tag_type_name(const TMTag *tag);
 
-TMTagType tm_tag_name_type(const char* tag_name);
+TMTagType tm_tag_name_type(const char* tag_name, TMParserType lang);

Reference https://github.com/geany/geany/blob/987cc3f106bf1eb6c0c0667bf5f24582022180ae/src/tagmanager/tm_tag.c#L692


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/3049/review/1664084653@github.com>