Skip to content

Commit

Permalink
deploy: 98a7fc9
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-Q committed Jun 19, 2023
1 parent aa50c24 commit 7cbac04
Show file tree
Hide file tree
Showing 3 changed files with 184,700 additions and 159,369 deletions.
156 changes: 109 additions & 47 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -9552,12 +9552,41 @@
"type": "SEQ",
"members": [
{
"type": "FIELD",
"name": "parameter",
"content": {
"type": "SYMBOL",
"name": "_select_expression"
}
"type": "SEQ",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "keyword_distinct"
},
{
"type": "BLANK"
}
]
},
{
"type": "FIELD",
"name": "parameter",
"content": {
"type": "SYMBOL",
"name": "_select_expression"
}
},
{
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "order_by"
},
{
"type": "BLANK"
}
]
}
]
},
{
"type": "REPEAT",
Expand All @@ -9569,12 +9598,41 @@
"value": ","
},
{
"type": "FIELD",
"name": "parameter",
"content": {
"type": "SYMBOL",
"name": "_select_expression"
}
"type": "SEQ",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "keyword_distinct"
},
{
"type": "BLANK"
}
]
},
{
"type": "FIELD",
"name": "parameter",
"content": {
"type": "SYMBOL",
"name": "_select_expression"
}
},
{
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "order_by"
},
{
"type": "BLANK"
}
]
}
]
}
]
}
Expand Down Expand Up @@ -10770,42 +10828,46 @@
]
},
"order_by": {
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "keyword_order"
},
{
"type": "SYMBOL",
"name": "keyword_by"
},
{
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "order_target"
},
{
"type": "REPEAT",
"content": {
"type": "SEQ",
"members": [
{
"type": "STRING",
"value": ","
},
{
"type": "SYMBOL",
"name": "order_target"
}
]
"type": "PREC_RIGHT",
"value": 0,
"content": {
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "keyword_order"
},
{
"type": "SYMBOL",
"name": "keyword_by"
},
{
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "order_target"
},
{
"type": "REPEAT",
"content": {
"type": "SEQ",
"members": [
{
"type": "STRING",
"value": ","
},
{
"type": "SYMBOL",
"name": "order_target"
}
]
}
}
}
]
}
]
]
}
]
}
},
"order_target": {
"type": "SEQ",
Expand Down
14 changes: 14 additions & 0 deletions src/node-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -4544,6 +4544,20 @@
}
]
}
},
"children": {
"multiple": true,
"required": false,
"types": [
{
"type": "keyword_distinct",
"named": true
},
{
"type": "order_by",
"named": true
}
]
}
},
{
Expand Down
Loading

0 comments on commit 7cbac04

Please sign in to comment.