diff options
Diffstat (limited to 'src/grammar.json')
-rw-r--r-- | src/grammar.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grammar.json b/src/grammar.json index 2ee7e30..339fd13 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -318,7 +318,7 @@ }, "string": { "type": "PATTERN", - "value": "\"(\\\\[\"\\\\]|[^\"\\\\])+\"" + "value": "\"(\\\\[\"\\\\]|[^\"\\\\])*\"" } }, "extras": [ |