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

multiline comments don't work #3

Open
RokkuCode opened this issue May 30, 2019 · 2 comments
Open

multiline comments don't work #3

RokkuCode opened this issue May 30, 2019 · 2 comments

Comments

@RokkuCode
Copy link

multiline comments are not rendered correctly.

Code:

#`[
And this is how a multi would work.
That says why we do what we do below.
]
say "No more";

Result:
perl6_multilinecomment

It should detected as a multiline comment but it's not.

@RokkuCode RokkuCode changed the title multiline comments dont work multiline comments don't work May 30, 2019
@scriplit
Copy link
Owner

This is actually not a problem in the language server, but in the textmate grammar that VS Code uses to parse Perl 6. I'll have a look if I can find a solution for this, but I know nothing about textmate grammars...

@scriplit
Copy link
Owner

Actually there is already an issue reported for this in the orignal bundle repo:
textmate/perl.tmbundle#35

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