<p>Try and remove special casing of built-in tags files, by making them normal tags files named appropriately and following the format (<em>html_entities.tags</em> didn't).</p>

<p>This might require a little further testing, but it seems to work just as expected, and removes the startup warnings about those tags files' name (introduced by <a href="https://github.com/geany/geany/commit/3640b3bc4461f302cc2375e4998c58f7729493eb" class="commit-link"><tt>3640b3b</tt></a> AFAICT):</p>

<pre><code>Geany-INFO: Unknown filetype for file '/usr/local/share/geany/tags/html_entities.tags'.
Geany-INFO: Unknown filetype for file '/usr/local/share/geany/tags/pascal.tags'.
Geany-INFO: Unknown filetype for file '/usr/local/share/geany/tags/c99.tags'.
Geany-INFO: Unknown filetype for file '/usr/local/share/geany/tags/python.tags'.
Geany-INFO: Unknown filetype for file '/usr/local/share/geany/tags/php.tags'.
</code></pre>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/geany/geany/pull/1014'>https://github.com/geany/geany/pull/1014</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Make html_entities.tags a real tags file</li>
  <li>Don't special-case tags files distributed with Geany</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/1014/files#diff-0">data/Makefile.am</a>
    (10)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/1014/files#diff-1">data/tags/entities.html.tags</a>
    (3)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/1014/files#diff-2">data/tags/std.pas.tags</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/1014/files#diff-3">data/tags/std.php.tags</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/1014/files#diff-4">data/tags/std.py.tags</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/1014/files#diff-5">data/tags/std99.c.tags</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/1014/files#diff-6">src/editor.c</a>
    (48)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/1014/files#diff-7">src/symbols.c</a>
    (93)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/1014/files#diff-8">src/symbols.h</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/1014/files#diff-9">src/utils.c</a>
    (19)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/1014/files#diff-10">src/utils.h</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/geany/geany/pull/1014.patch'>https://github.com/geany/geany/pull/1014.patch</a></li>
  <li><a href='https://github.com/geany/geany/pull/1014.diff'>https://github.com/geany/geany/pull/1014.diff</a></li>
</ul>

<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/1014">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ9kU3UOBIfqt3VrQSN0UVULI8N0wks5p8UhrgaJpZM4ISbsg.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/1014"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>