Add boolean-typed select values
This commit is contained in:
parent
f6bc0f887a
commit
afdfbff7bc
5 changed files with 1237 additions and 1155 deletions
4
src/grammar.json
generated
4
src/grammar.json
generated
|
|
@ -606,6 +606,10 @@
|
|||
"type": "SYMBOL",
|
||||
"name": "_string_literal"
|
||||
},
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "boolean_literal"
|
||||
},
|
||||
{
|
||||
"type": "ALIAS",
|
||||
"content": {
|
||||
|
|
|
|||
4
src/node-types.json
generated
4
src/node-types.json
generated
|
|
@ -353,6 +353,10 @@
|
|||
"multiple": false,
|
||||
"required": true,
|
||||
"types": [
|
||||
{
|
||||
"type": "boolean_literal",
|
||||
"named": true
|
||||
},
|
||||
{
|
||||
"type": "default",
|
||||
"named": true
|
||||
|
|
|
|||
2356
src/parser.c
generated
2356
src/parser.c
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue