For Kate 2.5.2 (KDE 3.5.2) in Ubuntu 6.06.1 (under Gnome) the following gets basic curly braces and parentheses indent matching working.
[Perl] Mimetypes=text/x-perl Priority=1 Section=Scripts Variables=kate: indent-mode varindent; var-indent-indent-after ((\{(?![^}]\}))|((][)])));; var-indent-indent (\{.\}|\(.\)); var-indent-unindent [})]; var-indent-triggerchars }); Wildcards=.pl;.pm;
More information about formatting options
Perl indenting in Kate 2.5.2
For Kate 2.5.2 (KDE 3.5.2) in Ubuntu 6.06.1 (under Gnome) the following gets basic curly braces and parentheses indent matching working.
[Perl] Mimetypes=text/x-perl Priority=1 Section=Scripts Variables=kate: indent-mode varindent; var-indent-indent-after ((\{(?![^}]\}))|((][)])));; var-indent-indent (\{.\}|\(.\)); var-indent-unindent [})]; var-indent-triggerchars }); Wildcards=.pl;.pm;