Skip to content
New issue

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

Will it recognize pod6? #1

Open
JJ opened this issue May 16, 2018 · 1 comment
Open

Will it recognize pod6? #1

JJ opened this issue May 16, 2018 · 1 comment

Comments

@JJ
Copy link

JJ commented May 16, 2018

I have loaded files with the .pod6 extension, and they do not seem to be recognized.

@scriplit
Copy link
Owner

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants