bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49192: cperl-mode: Syntax highlighting wrong for modifier "for /rege


From: E. Choroba
Subject: bug#49192: cperl-mode: Syntax highlighting wrong for modifier "for /regex/" (patched)
Date: Wed, 23 Jun 2021 19:05:59 +0200 (CEST)

The following lines are highlighted correctly:

 print while /./;
 print if /./;

But the following two aren't:

 print for /./;
 print foreach /./;

(In reality, probably only useful with /g).

Patch attached.

Ch.

Attachment: 0001-cperl-mode-Fix-syntax-highlighting-for-a-regex-after.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]