Updated Grammar
This commit is contained in:
parent
74d642f297
commit
175efe0f2f
1246 changed files with 109558 additions and 114993 deletions
|
|
@ -302,7 +302,7 @@ module.exports = grammar({
|
|||
field('fd', optional($.file_descriptor)),
|
||||
choice(
|
||||
seq(
|
||||
field('op', alias(choice('<', '>', '>>', '&>', '&>>', '<&', '>&', '>|'), $.operator)),
|
||||
field('op', alias(choice('<', '>', '>>', '<&', '>&', '>|'), $.operator)),
|
||||
field('dest', repeat1($._literal)),
|
||||
),
|
||||
seq(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue