<p>In <a href="https://github.com/geany/geany/pull/957#discussion_r66289722">tagmanager/src/tm_parser.c</a>:</p>
<pre style='color:#555'>> +}
> +
> +
> +gchar tm_parser_get_tag_kind(TMTagType type, TMParserType lang)
> +{
> + TMParserMap *map = &parser_map[lang];
> + guint i;
> +
> + for (i = 0; i < map->size; i++)
> + {
> + TMParserMapEntry *entry = &map->entries[i];
> +
> + if (entry->type == type)
> + return entry->kind;
> + }
> + return '-';
</pre>
<p>shouldn't this rather be something like <code>0</code>?</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/957/files/6e89ee5ebef888e5d07407d33ffb4d455831e752#r66289722">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJy0n4tfzFx9VnB9SQHc_zYT9wYVzks5qJu1QgaJpZM4Ht-Ad">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ8udmiN0xIYrIG3s0Y0blkmCNWTCks5qJu1QgaJpZM4Ht-Ad.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
<link itemprop="url" href="https://github.com/geany/geany/pull/957/files/6e89ee5ebef888e5d07407d33ffb4d455831e752#r66289722"></link>
<meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>