<p>[ci skip]</p>

<ul>
<li>Added the missing "FileNotFoundError" exception to "identifiers="</li>
</ul>

<p>Now, that exception will be highlighted like other exceptions.</p>

<ul>
<li>Added "bool", "true", and "false" to "primary=" in filetypes.c.</li>
</ul>

<p>This addition was suggested by Colomban Wendling and Devyn Collier Johnson in the mailing list. As Colomban Wendling said -</p>

<blockquote>
<p>"This said, we could probably indeed have 'bool', 'false' and 'true' in filetypes.c's 'primary=' list (especially as we do have 'FALSE' and 'TRUE' which aren't even defined in standard C).  Technically those aren't keywords [1], but I guess it'd be convenient to have them -- yet one has to remember those are library extensions only available through stdbool.h.</p>

<p>[1] see i.e. section 6.4.1ยง1 in the ISO/IEC 9899:201x n1570 draft"</p>
</blockquote>

<p>In addition, "bool" is a macros expansion of _Bool, which is a data-type. Personally, I find it annoying and odd-looking for "bool" to not be highlighted. True, it is not in the core "C language", but it is in the Standard C Library (stdbool.h).</p>

<hr>

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

<h4>Commit Summary</h4>
<ul>
  <li>Update filetypes.c</li>
  <li>Update filetypes.python</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/748/files#diff-0">data/filetypes.c</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/748/files#diff-1">data/filetypes.python</a>
    (2)
  </li>
</ul>

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

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/748">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ4xzi_YqopYIGc9zO-pzfEUhQAVhks5pEg0sgaJpZM4Gfh88.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/748"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>