thewatchman
thewatchman copied to clipboard
also find comments with *only* leading whitespace
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.