Remove nested 'parameters' field
The 'parameters' production rule does not need itself to have a 'parameters' field, this is redundant information.
This commit is contained in:
parent
76b558a982
commit
e59aeed31a
4 changed files with 76 additions and 111 deletions
|
|
@ -288,7 +288,7 @@ module.exports = grammar({
|
|||
|
||||
parameters: ($) => seq(
|
||||
"(",
|
||||
field("parameters", sepBy(",", $._typed_field)),
|
||||
sepBy(",", $._typed_field),
|
||||
")",
|
||||
),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue