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

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

bug#36420: perl-mode: apostrophe in sub name ruins colors


From: 積丹尼 Dan Jacobson
Subject: bug#36420: perl-mode: apostrophe in sub name ruins colors
Date: Fri, 28 Jun 2019 21:58:55 +0800

All the lines after the main'ttfmod are in the wrong color.

#       Title:      TTFMOD.PL
#       Author:     M. Hosken
package ttfmod;

sub main'ttfmod {
    local($infile, $outfile, *fns, @must) = @_;

    # open files as binary.  Notice OUTFILE is opened for update not just write
    open(INFILE, "$infile") || die "Unable top open \"$infile\" for reading";
    binmode INFILE;
    open(OUTFILE, "+>$outfile") || die "Unable to open \"$outfile\" for 
writing";
    #....
}





reply via email to

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