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
I have loaded files with the .pod6 extension, and they do not seem to be recognized.
.pod6
The text was updated successfully, but these errors were encountered:
Actually in vscode you can have any file extension trigger the Perl6 syntax by just adding something like this to your user prefs (Ctrl+Comma):
"files.associations": { "*.pod6": "perl6" }
This gives a basic support for Pod 6 files. Real support could render the doc in HTML and display the result in a side window...
Sorry, something went wrong.
No branches or pull requests
I have loaded files with the
.pod6
extension, and they do not seem to be recognized.The text was updated successfully, but these errors were encountered: