Add 'default' alias
This makes it appear in the tree as a named node.
This commit is contained in:
parent
d297f38e6a
commit
8db7b053f5
6 changed files with 16 additions and 7 deletions
7
src/grammar.json
generated
7
src/grammar.json
generated
|
|
@ -687,7 +687,12 @@
|
|||
"type": "FIELD",
|
||||
"name": "pattern",
|
||||
"content": {
|
||||
"type": "STRING",
|
||||
"type": "ALIAS",
|
||||
"content": {
|
||||
"type": "STRING",
|
||||
"value": "default"
|
||||
},
|
||||
"named": true,
|
||||
"value": "default"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue