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