mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-09-05 20:40:39 +00:00
Support for brakets
This commit is contained in:
@@ -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|\\.|\\[|\\])*?',
|
||||||
}
|
}
|
Reference in New Issue
Block a user