mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-03-12 06:17:29 +00:00
Support for brakets
This commit is contained in:
parent
49c917df6b
commit
fcb136a708
@ -75,5 +75,5 @@ export const re: Expressions = {
|
||||
for: '*',
|
||||
for_in: 'in',
|
||||
closing_tag: '/',
|
||||
valid_variable: '[A-z](\\w|\\.)*?',
|
||||
valid_variable: '[A-z](\\w|\\.|\\[|\\])*?',
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user