Skip to content

Commit 8384c00

Browse files
committed
Allow plus signs in 'to' and 'from' entities.
1 parent 2ee5637 commit 8384c00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templateflow/conf/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
},
5353
{
5454
"name": "from",
55-
"pattern": "(?:^|_)from-([a-zA-Z0-9]+).*xfm"
55+
"pattern": "(?:^|_)from-([a-zA-Z0-9+]+).*xfm"
5656
},
5757
{
5858
"name": "to",
59-
"pattern": "(?:^|_)to-([a-zA-Z0-9]+).*xfm"
59+
"pattern": "(?:^|_)to-([a-zA-Z0-9+]+).*xfm"
6060
},
6161
{
6262
"name": "mode",

0 commit comments

Comments
 (0)