mirror of
https://github.com/cupcakearmy/cometa.git
synced 2026-05-25 21:55:26 +00:00
Support for brakets
This commit is contained in:
+1
-1
@@ -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