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