Dist Render

This commit is contained in:
nicco
2018-02-21 12:30:59 +01:00
parent fcb136a708
commit cbf94c1fb6
2 changed files with 18 additions and 10 deletions

2
dist/options.js vendored
View File

@@ -31,5 +31,5 @@ exports.re = {
for: '*',
for_in: 'in',
closing_tag: '/',
valid_variable: '[A-z](\\w|\\.)*?',
valid_variable: '[A-z](\\w|\\.|\\[|\\])*?',
};