Fix bug on multiple comment blocks (#3)
This issue occurs when multiple blocks of comments appear consecutively.
It happen because we were using \s
to get indentation instead of
[ \t]
.
This issue occurs when multiple blocks of comments appear consecutively.
It happen because we were using \s
to get indentation instead of
[ \t]
.