Add 'element' field name to list
This commit is contained in:
parent
d232c089df
commit
644f6483fe
4 changed files with 851 additions and 811 deletions
|
|
@ -169,7 +169,7 @@ module.exports = grammar({
|
|||
|
||||
list_expression: ($) => seq(
|
||||
"[",
|
||||
optional(commaSeparated($._expr)),
|
||||
optional(commaSeparated(field("element", $._expr))),
|
||||
"]",
|
||||
),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue