Closed kepath closed 4 months ago
The current comment_pattern only works for those lines where the comment character (#) is at the start of the line. This change extends the pattern to also match those lines with only whitespace ahead of them.
Will be shipped with 0.6.4, thanks.
The current comment_pattern only works for those lines where the comment character (#) is at the start of the line. This change extends the pattern to also match those lines with only whitespace ahead of them.