split tree and pages templates....

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-07-31 16:49:52 +03:00
parent 45e40f5a62
commit c26cd5ac0d

View File

@ -662,6 +662,9 @@ var data = {
},
'Templates/pages': {
text: '<macro src="../*"> @source(./path)<br> </macro>\n'
},
'Templates/tree': {
text: '<macro src="../**"> @source(./path)<br> </macro>\n'
},