mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-06-16 14:04:57 +02:00
make no distinction between single quoted and double quoted string tokens.
This commit is contained in:
parent
dabedec847
commit
4d71a8548b
6 changed files with 105 additions and 102 deletions
19
src/node-types.json
generated
19
src/node-types.json
generated
|
|
@ -29,10 +29,6 @@
|
|||
"type": "string",
|
||||
"named": true
|
||||
},
|
||||
{
|
||||
"type": "string_interpolation",
|
||||
"named": true
|
||||
},
|
||||
{
|
||||
"type": "value",
|
||||
"named": true
|
||||
|
|
@ -113,21 +109,6 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "string_interpolation",
|
||||
"named": true,
|
||||
"fields": {},
|
||||
"children": {
|
||||
"multiple": false,
|
||||
"required": true,
|
||||
"types": [
|
||||
{
|
||||
"type": "string_content",
|
||||
"named": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "\"",
|
||||
"named": false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue