Skip to content

Commit 6558916

Browse files
committed
fixing backslashes
1 parent 97718ce commit 6558916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"patternlab": {
3232
"config": [
3333
{
34-
"lineageMatch": "{%([ ]+)?include ["\']([A-Za-z0-9-_]+)["\'](.*)%}",
34+
"lineageMatch": "{%([ ]+)?include ["\\']([A-Za-z0-9-_]+)["\\'](.*)%}",
3535
"lineageMatchKey": 2,
3636
"patternExtension": "twig",
3737
"twigDebug": false,

0 commit comments

Comments
 (0)