mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-09-05 12:30:40 +00:00
Support for brakets
This commit is contained in:
@@ -75,5 +75,5 @@ export const re: Expressions = {
|
||||
for: '*',
|
||||
for_in: 'in',
|
||||
closing_tag: '/',
|
||||
valid_variable: '[A-z](\\w|\\.)*?',
|
||||
valid_variable: '[A-z](\\w|\\.|\\[|\\])*?',
|
||||
}
|
Reference in New Issue
Block a user