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

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

bug#62516: perl-mode: weird colors when comment and regexp are like this


From: Dan Jacobson
Subject: bug#62516: perl-mode: weird colors when comment and regexp are like this
Date: Wed, 29 Mar 2023 18:52:15 +0800

$ cat p.pl
if (1) {    #bla
    /^\s+/;
    if (1) {
    }
}
emacs -Q p.pl
Colors are weird after the regexp. Need m// to workaround.
emacs-version "28.2"





reply via email to

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