Skip to content

Commit 84e090c

Browse files
committed
adding a config option to set the matching pattern for lineages
1 parent 1ceba4a commit 84e090c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"config": [
3333
{
3434
"patternExtension": "twig",
35+
"lineageMatch": "{{>([ ]+)?([A-Za-z0-9-_]+)(?:\:[A-Za-z0-9-]+)?(?:(| )\(.*)?([ ]+)?}}",
3536
"twigDebug": false,
3637
"twigDefaultDateFormat": "",
3738
"twigDefaultIntervalFormat": "",

0 commit comments

Comments
 (0)