diff options
-rw-r--r-- | lisp/progmodes/perl-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index c5d5d703fc9..db9df672797 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el @@ -223,7 +223,7 @@ (regexp-opt perl--syntax-exp-intro-keywords) ;; A HERE document as an argument to printf? ;; when printing to a filehandle. - "\\|printf?[ \t]*$?[_[:alpha:]][_[:alnum:]]*" + "\\|printf?[ \t]*\\$?[_[:alpha:]][_[:alnum:]]*" "\\|=>" "\\|[?:.,;|&*=!~({[]" "\\|[^-+][-+]" ;Bug#42168: `+' is intro but `++' isn't! |