Index: Perl.tmbundle/Syntaxes/Perl.plist =================================================================== --- Perl.tmbundle/Syntaxes/Perl.plist (revision 6201) +++ Perl.tmbundle/Syntaxes/Perl.plist (working copy) @@ -845,6 +845,18 @@ + match + \b\w+\s*(?==>) + name + constant.other.key.perl + + + match + (?<={)\s*\w+\s*(?=}) + name + constant.other.bareword.perl + + captures 1