We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e090c commit da8cc76Copy full SHA for da8cc76
composer.json
@@ -32,7 +32,8 @@
32
"config": [
33
{
34
"patternExtension": "twig",
35
- "lineageMatch": "{{>([ ]+)?([A-Za-z0-9-_]+)(?:\:[A-Za-z0-9-]+)?(?:(| )\(.*)?([ ]+)?}}",
+ "lineageMatch": "{%([ ]+)?include [\"\']([A-Za-z0-9-_]+)[\"\'](.*)%}",
36
+ "lineageMatchKey": 2,
37
"twigDebug": false,
38
"twigDefaultDateFormat": "",
39
"twigDefaultIntervalFormat": "",
0 commit comments