From fcb136a7089e7b01b6e4d3d72c46de8e46603242 Mon Sep 17 00:00:00 2001 From: nicco Date: Wed, 21 Feb 2018 12:30:43 +0100 Subject: [PATCH] Support for brakets --- src/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.ts b/src/options.ts index c24220f..02f1868 100644 --- a/src/options.ts +++ b/src/options.ts @@ -75,5 +75,5 @@ export const re: Expressions = { for: '*', for_in: 'in', closing_tag: '/', - valid_variable: '[A-z](\\w|\\.)*?', + valid_variable: '[A-z](\\w|\\.|\\[|\\])*?', } \ No newline at end of file