<p>In Geany the name <code>instance</code> is highlighted as a type</p>

<div class="highlight highlight-source-c++"><pre><span class="pl-k">class</span> <span class="pl-en">c</span> {
    <span class="pl-k">int</span> i;
<span class="pl-k">public:</span>
    <span class="pl-en">c</span>( <span class="pl-k">int</span> j ):i(j){}
    <span class="pl-k">int</span> <span class="pl-en">f</span>(){ <span class="pl-k">return</span> i; }
} instance{<span class="pl-c1">1</span>};

c another{<span class="pl-c1">1</span>};</pre></div>

<p>Note github has it correct.</p>

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