Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

"package" statements aren't highlighted if anything proceeds it on the line #73

Open
alexchandel opened this issue May 24, 2016 · 0 comments
Labels

Comments

@alexchandel
Copy link

These are all perfectly legal package statements:

package Foo;
; package Foo;
eval {package Foo;}
eval {
    ; package Foo;
};
package Foo; package Bar;
;package Foo; package Bar;

GitHub's highlighting of Perl is pretty trash, but these are common in Perl code in the wild.

@winstliu winstliu added the bug label May 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants