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
|
|
@ -34,7 +34,7 @@ STRING_VALUE_WITH_COMMENT = "string" # comment
|
|||
(comment)
|
||||
(assignment
|
||||
key: (identifier)
|
||||
value: (string_interpolation
|
||||
value: (string
|
||||
(string_content)))
|
||||
(comment))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue