mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-08-20 02:28:12 +02:00
add support for export keyword
This commit is contained in:
parent
c40585e9c0
commit
b109061d77
7 changed files with 793 additions and 400 deletions
14
src/node-types.json
generated
14
src/node-types.json
generated
|
|
@ -39,6 +39,16 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": {
|
||||
"multiple": false,
|
||||
"required": false,
|
||||
"types": [
|
||||
{
|
||||
"type": "export",
|
||||
"named": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -161,6 +171,10 @@
|
|||
"type": "decimal",
|
||||
"named": true
|
||||
},
|
||||
{
|
||||
"type": "export",
|
||||
"named": true
|
||||
},
|
||||
{
|
||||
"type": "float",
|
||||
"named": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue