Add comments
This commit is contained in:
parent
bc06816b57
commit
26b6891160
5 changed files with 250 additions and 69 deletions
9
src/node-types.json
generated
9
src/node-types.json
generated
|
|
@ -43,6 +43,11 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "comment",
|
||||
"named": true,
|
||||
"fields": {}
|
||||
},
|
||||
{
|
||||
"type": "source_file",
|
||||
"named": true,
|
||||
|
|
@ -58,6 +63,10 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "#",
|
||||
"named": false
|
||||
},
|
||||
{
|
||||
"type": "+=",
|
||||
"named": false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue