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
4
src/node-types.json
generated
4
src/node-types.json
generated
|
|
@ -187,7 +187,7 @@
|
|||
"types": [
|
||||
{
|
||||
"type": "default",
|
||||
"named": false
|
||||
"named": true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -668,7 +668,7 @@
|
|||
},
|
||||
{
|
||||
"type": "default",
|
||||
"named": false
|
||||
"named": true
|
||||
},
|
||||
{
|
||||
"type": "escape_sequence",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue