This commit is contained in:
Dean 2023-05-31 11:34:02 +01:00
parent 985c7eb56e
commit 4c26beb16e
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
// For handlebars only.
const bindStyle = new MatchDecorator({
regexp: /{{[."#\-\w\s\]\[]*}}/g,
regexp: /{{[."#\-\w\s\][]*}}/g,
decoration: () => {
return Decoration.mark({
tag: "span",