On 10 Dec 2013, at 9:12, Michael Sheets wrote:

This behavior is handled in the Source bundle, make sure you haven’t disabled it in Preferences.

(Text, Source, TextMate, Bundle Support, Themes, and SCM should all be enabled for basic functionality.)

hmh, same with Perl code. All of the bundles listed above are enabled and I still get (^ marks the cursor-position):

hallo(
^)

If I change to C it works as expected:

hello(
  ^
)

Any other idea? What is the responsible setting for enabling that in C code?

Kind regards, Ingo