Skip to content

Fix bug on multiple comment blocks (#3)

Lucas Magalhães requested to merge fix_issue_3 into main

This issue occurs when multiple blocks of comments appear consecutively. It happen because we were using \s to get indentation instead of [ \t].

Merge request reports