mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-06-16 01:54:56 +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
|
|
@ -13,11 +13,11 @@ key = ''
|
|||
(document
|
||||
(assignment
|
||||
(identifier)
|
||||
(string_interpolation
|
||||
(string
|
||||
(string_content)))
|
||||
(assignment
|
||||
(identifier)
|
||||
(string_interpolation
|
||||
(string
|
||||
(string_content)))
|
||||
(assignment
|
||||
(identifier)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue