We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4b226 commit 49038adCopy full SHA for 49038ad
1 file changed
composer.json
@@ -30,9 +30,9 @@
30
},
31
"extra": {
32
"patternlab": {
33
- "config": {
34
- "lineageMatch": "{%([ ]+)?include ["\\']([A-Za-z0-9-_]+)["\\'](.*)%}",
35
- "lineageMatchKey": 2,
+ "config": {
+ "lineageMatch": "{%([ ]+)?include( |\\()["\\']([A-Za-z0-9-_]+)["\\'](\\))?(.*)%}",
+ "lineageMatchKey": 3,
36
"patternExtension": "twig",
37
"twigDebug": false,
38
"twigDefaultDateFormat": "",
@@ -45,4 +45,4 @@
45
}
46
47
48
-}
+}
0 commit comments