Skip to content

Commit 0c85f78

Browse files
committed
a working regex with html entities for better conversion between json and yaml
1 parent c32e968 commit 0c85f78

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
@@ -32,7 +32,7 @@
3232
"config": [
3333
{
3434
"patternExtension": "twig",
35-
"lineageMatch": "{%([ ]+)?include [\"\\']([A-Za-z0-9-_]+)[\"\\'](.*)%}",
35+
"lineageMatch": "{%([ ]+)?include ["\']([A-Za-z0-9-_]+)["\'](.*)%}",
3636
"lineageMatchKey": 2,
3737
"twigDebug": false,
3838
"twigDefaultDateFormat": "",

0 commit comments

Comments
 (0)