Skip to content

Commit 8cde6c2

Browse files
committed
adding default extensions to the config
1 parent 5736d49 commit 8cde6c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@
3535
"twigDebug": false,
3636
"twigDefaultDateFormat": "",
3737
"twigDefaultIntervalFormat": "",
38-
"twigMacroExt": "macro"
38+
"twigMacroExt": "macro.twig",
39+
"twigFilterExt": "filter.twig",
40+
"twigFunctionExt": "function.twig",
41+
"twigTagExt": "tag.twig",
42+
"twigTestExt": "test.twig"
3943
}
4044
]
4145
}

0 commit comments

Comments
 (0)