diff options
Diffstat (limited to 'grammars/shell.bp')
| -rw-r--r-- | grammars/shell.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grammars/shell.bp b/grammars/shell.bp index 76cdcfa..d305d6c 100644 --- a/grammars/shell.bp +++ b/grammars/shell.bp @@ -7,7 +7,7 @@ # See the accompanying README.md for more info. comment: `#..$ -string: `" ..%(string-escape / subcommand / \n) `" / `' ..%\n `' / "<<" _ @delim=id _$ ..%\n (^delim$) +string: `" ..%(string-escape / subcommand / \n) `" / `' ..%\n `' / "<<" _ @delim:id _$ ..%\n (^delim$) string-escape: `\ `",` subcommand: `` ..%\n `` / "$" (parens/braces) keyword: ("echo" / "read" / "set" / "unset" / "readonly" / "shift" / "export" / "if" / "fi" / |
