Skip to content

Commit ab95fd6

Browse files
author
e2tha-e
committed
allowing verbose partials for list items
1 parent e6fc96a commit ab95fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/list_item_hunter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
for(var j = 0; j < foundPartials.length; j++){
6969

7070
//get the partial
71-
var partialName = foundPartials[j].match(/([a-z-]+)/ig)[0];
71+
var partialName = foundPartials[j].match(/([\w\-\.\/~]+)/g)[0];
7272
var partialPattern = pattern_assembler.get_pattern_by_key(partialName, patternlab);
7373

7474
//replace its reference within the block with the extended template

0 commit comments

Comments
 (0)