We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upstream nano has this in perl.nanorc:
perl.nanorc
header "^#!.*perl[-0-9._]*"
I think that's what is making it recognize most perl 6 scripts as perl5.
perl6.nanorc should recognize perl6 shebang, and FWIW perl5 nanorc should be tweaked if this is submitted upstream.
The text was updated successfully, but these errors were encountered:
44b503f
Sorry, something went wrong.
Maybe also do v6\.[a-z] so that it's going to work even if we ramp up language releases?
v6\.[a-z]
abec352
No branches or pull requests
Upstream nano has this in
perl.nanorc
:I think that's what is making it recognize most perl 6 scripts as perl5.
perl6.nanorc should recognize perl6 shebang, and FWIW perl5 nanorc should be tweaked if this is submitted upstream.
The text was updated successfully, but these errors were encountered: