<p>In <a href="https://github.com/geany/geany/pull/957#discussion_r62178273">tagmanager/src/tm_parser.c</a>:</p>
<pre style='color:#555'>> +{
> +  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 '-';
> +}
> +
> +
> +void tm_parser_verify_type_mappings(void)
</pre>
<p>At the moment there are no parsers that would be completely identical. For Geany 1.29 I'd like to start syncing the implementations with uctags and it will be easier to make a diff of the whole parser directory against uctags to see:</p>

<ol>
<li>Which parsers are in uctags and not in Geany.</li>
<li>Which parsers are in Geany and not in uctags.</li>
<li>How the implementations differ.</li>
</ol>

<p>And this will be easier with a single parser directory.</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 or <a href="https://github.com/geany/geany/pull/957/files/aea7d7845917843dd6b02e5a8dc9031cabc87a86..5d9376ea801a6e6c3ec22748741362a3a2eff7ac#r62178273">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ206ExWOGzc0Bo5O3oX_5Oqa3-VNks5p-dyLgaJpZM4Ht-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/aea7d7845917843dd6b02e5a8dc9031cabc87a86..5d9376ea801a6e6c3ec22748741362a3a2eff7ac#r62178273"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>