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

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

bug#62601: perl-mode bracket indentation distorted by label


From: Dan Jacobson
Subject: bug#62601: perl-mode bracket indentation distorted by label
Date: Sun, 02 Apr 2023 08:29:25 +0800

In perl mode, the indentation of the two closing brackets (solo item on
line) gets reduced by the LI:.

for my $l (@lines) {
  LI:
    for ( $l->{text} ) {
        next LI unless length;
        next LI if /^\S/;
  }
    for ( 0 .. $#zh ) {
        next unless $l->{ $zh[$_] };
        $l->{info} .= $l->{ $zh[$_] } . $en[$_];
  }
}
emacs-version "28.2"





reply via email to

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