Bogdan-Lyashenko / codecrumbs

Learn, design or document codebase by putting breadcrumbs in source code. Live updates, multi-language support and more.
https://codecrumbs.io
BSD 3-Clause "New" or "Revised" License
2.71k stars 101 forks source link

Add support for block comments #13

Open andrewmherren opened 5 years ago

andrewmherren commented 5 years ago

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 commented 5 years ago

@Bogdan-Lyashenko @andrewmherren could you take a look to https://github.com/Bogdan-Lyashenko/codecrumbs/pull/82 ?