Linting
This commit is contained in:
parent
985c7eb56e
commit
4c26beb16e
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue