<div class="markdown">
<p dir="auto">On 10 Dec 2013, at 9:12, Michael Sheets wrote:</p>

<blockquote>
<p dir="auto">This behavior is handled in the Source bundle, make sure you haven’t disabled it in Preferences.</p>

<p dir="auto">(Text, Source, TextMate, Bundle Support, Themes, and SCM should all be enabled for basic functionality.)</p>
</blockquote>

<p dir="auto">hmh, same with Perl code. All of the bundles listed above are enabled and I still get (^ marks the cursor-position):</p>

<pre><code>hallo(
^)
</code></pre>

<p dir="auto">If I change to C it works as expected:</p>

<pre><code>hello(
  ^
)
</code></pre>

<p dir="auto">Any other idea? What is the responsible setting for enabling that in C code?</p>

<p dir="auto">Kind regards, Ingo </p>

</div>