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:
parent
4d71a8548b
commit
8c66bd3605
5 changed files with 303 additions and 257 deletions
2
src/node-types.json
generated
2
src/node-types.json
generated
|
|
@ -100,7 +100,7 @@
|
|||
"fields": {},
|
||||
"children": {
|
||||
"multiple": false,
|
||||
"required": true,
|
||||
"required": false,
|
||||
"types": [
|
||||
{
|
||||
"type": "string_content",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue