1
0
Fork 0
mirror of https://github.com/pnx/tree-sitter-dotenv synced 2026-06-17 02:10:03 +02:00

make string_content optional instead of matching empty values.

This commit is contained in:
Henrik Hautakoski 2024-12-12 17:23:37 +01:00
parent 4d71a8548b
commit 8c66bd3605
5 changed files with 303 additions and 257 deletions

2
src/node-types.json generated
View file

@ -100,7 +100,7 @@
"fields": {},
"children": {
"multiple": false,
"required": true,
"required": false,
"types": [
{
"type": "string_content",