Skip to content

Commit

Permalink
Merge pull request #58 from simlu/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
simlu authored May 31, 2018
2 parents a9b54c2 + 56253df commit 771f9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const loadRecursive = (dir, relDir, data, vars) => {
);
// load requires
const match = (
/^\${(require|file)\(([~^]?[a-zA-Z0-9._\-@/]+?)\)(?::([a-zA-Z0-9.]+?))?(?:, ([a-zA-Z0-9=\-&/.:]+?))?}$/g
/^\${(require|file)\(([~^]?[a-zA-Z0-9._\-@/]+?)\)(?::([a-zA-Z0-9.]+?))?(?:, ([a-zA-Z0-9=\-&/.:[\],]+?))?}$/g
).exec(result);
if (match) {
let loaded;
Expand Down

0 comments on commit 771f9c9

Please sign in to comment.