diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-07-30 20:23:18 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-07-30 20:23:18 -0700 |
| commit | 9c05f880b00065abfa6f8c9335a50522b76a4fa2 (patch) | |
| tree | 854087e78104fb3200ae2120f3848794d9445a92 /grammars/bp.bp | |
| parent | a6d6e39f3faa83a9e9e5fdd0649da1e6a0655353 (diff) | |
Added | as alias for \b
Diffstat (limited to 'grammars/bp.bp')
| -rw-r--r-- | grammars/bp.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grammars/bp.bp b/grammars/bp.bp index 977fce8..3374f0c 100644 --- a/grammars/bp.bp +++ b/grammars/bp.bp @@ -48,7 +48,7 @@ escape-sequence: ( ) No: `! (__@pat / (!)=>"Expected a pattern after the exclamation mark") Nodent: "\N" -Word-boundary: "\b" +Word-boundary: `| / "\b" Identifier-char: "\i" Identifier-start: "\I" Upto-and: ".." [__(`%/`=)__@second=simple-pat] [__@first=simple-pat] |
