Add 'property' field name where relevant
This commit is contained in:
parent
8bd249fc90
commit
d232c089df
4 changed files with 176 additions and 49 deletions
48
src/grammar.json
generated
48
src/grammar.json
generated
|
|
@ -107,8 +107,12 @@
|
|||
"type": "SEQ",
|
||||
"members": [
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "_colon_property"
|
||||
"type": "FIELD",
|
||||
"name": "property",
|
||||
"content": {
|
||||
"type": "SYMBOL",
|
||||
"name": "_colon_property"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "REPEAT",
|
||||
|
|
@ -120,8 +124,12 @@
|
|||
"value": ","
|
||||
},
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "_colon_property"
|
||||
"type": "FIELD",
|
||||
"name": "property",
|
||||
"content": {
|
||||
"type": "SYMBOL",
|
||||
"name": "_colon_property"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -169,8 +177,12 @@
|
|||
"type": "SEQ",
|
||||
"members": [
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "_equal_property"
|
||||
"type": "FIELD",
|
||||
"name": "property",
|
||||
"content": {
|
||||
"type": "SYMBOL",
|
||||
"name": "_equal_property"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "REPEAT",
|
||||
|
|
@ -182,8 +194,12 @@
|
|||
"value": ","
|
||||
},
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "_equal_property"
|
||||
"type": "FIELD",
|
||||
"name": "property",
|
||||
"content": {
|
||||
"type": "SYMBOL",
|
||||
"name": "_equal_property"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -724,8 +740,12 @@
|
|||
"type": "SEQ",
|
||||
"members": [
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "_colon_property"
|
||||
"type": "FIELD",
|
||||
"name": "property",
|
||||
"content": {
|
||||
"type": "SYMBOL",
|
||||
"name": "_colon_property"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "REPEAT",
|
||||
|
|
@ -737,8 +757,12 @@
|
|||
"value": ","
|
||||
},
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "_colon_property"
|
||||
"type": "FIELD",
|
||||
"name": "property",
|
||||
"content": {
|
||||
"type": "SYMBOL",
|
||||
"name": "_colon_property"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue