diff options
| -rw-r--r-- | bpeg.1 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -149,8 +149,11 @@ same length. Pronounced \fI<pat1>\fB-assuming-it-equals-\fI<pat2>\fR This pattern matches the indentation at the beginning of a line that has the same indentation as the line before (or zero indentation on the first line). +.B #( \fI<comment>\fR )# +A block comment (can be nested) + .B # \fI<comment>\fR -A comment +A line comment .SH STRING PATTERNS One of the most common use cases for pattern matching tools is matching plain, |
