1
0
Fork 0
mirror of https://github.com/pnx/tree-sitter-dotenv synced 2026-06-16 01:54:56 +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

View file

@ -17,13 +17,11 @@ key = ''
(string_content)))
(assignment
(identifier)
(string
(string_content)))
(string))
(assignment
(identifier)
(string
(string_content)))
(assignment
(identifier)
(string
(string_content))))
(string)))