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
The sub part highlights as if it were the sub's name
multi sub mkdir(Int:D $mode, *@dirnames --> List) multi sub mkdir($path, $mode = 0o777 --> Bool) method mkdir(IO::Path:D: $mode = 0o777 --> Bool)
The text was updated successfully, but these errors were encountered:
Fix problem with multi sub not highlighting properly
multi sub
72e595d
Fixes Issue #26 A test has been added for this as well.
This is fixed in v1.12.0 which has just been released. Closing.
Sorry, something went wrong.
No branches or pull requests
The sub part highlights as if it were the sub's name
Example Code
Picture [optional]
Leave this in. For internal use.
The text was updated successfully, but these errors were encountered: