1
0
Fork 0
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:
Henrik Hautakoski 2026-07-14 20:14:41 +02:00
parent c40585e9c0
commit b109061d77
7 changed files with 793 additions and 400 deletions

14
src/node-types.json generated
View file

@ -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