<blockquote>
<p>Maybe merge this tags with master branch?</p>
</blockquote>

<p>The problem is that it's too annoying. C++ stdlib has too many common lower case type names, and Geany/Scintila's type highlighting isn't semantic, so it highlights all uses of those names as types, consider for example:</p>

<div class="highlight highlight-source-c++"><pre>std::string map; <span class="pl-c">// highlights 'std', 'string' and 'map' as types</span>
<span class="pl-k">int</span> std; <span class="pl-c">// highlights 'std' as type</span>
<span class="pl-k">void</span> <span class="pl-en">map</span>() {} <span class="pl-c">// highlights 'map' as type</span></pre></div>

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