Update
This commit is contained in:
parent
c876fa5477
commit
93a752d30c
3 changed files with 90 additions and 17 deletions
|
|
@ -273,13 +273,10 @@ module.exports = grammar({
|
|||
field('redr', $.file_redirect),
|
||||
)),
|
||||
field('name', $.command_name),
|
||||
choice(
|
||||
repeat(choice(
|
||||
field('arg', $._literal),
|
||||
field('arg', alias($._bare_dollar, '$')),
|
||||
)),
|
||||
$.subshell,
|
||||
),
|
||||
repeat(choice(
|
||||
field('arg', $._literal),
|
||||
field('arg', alias($._bare_dollar, $.word)),
|
||||
)),
|
||||
)),
|
||||
|
||||
command_name: $ => $._literal,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue