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

Add support for block comments #13

Open
andrewmherren opened this issue Jan 22, 2019 · 1 comment
Open

Add support for block comments #13

andrewmherren opened this issue Jan 22, 2019 · 1 comment

Comments

@andrewmherren
Copy link
Contributor

This is just a place holder issue to add support for block comments like /* comment */

This should be fairly straight forward with ast parser since the comments array includes comments of both type CommentLine and CommentBlock however this will be challenging as support is added for languages for which the ast parser cannot be used.

@idoo
Copy link
Contributor

idoo commented Jul 26, 2019

@Bogdan-Lyashenko @andrewmherren could you take a look to #82 ?

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