Linting
This commit is contained in:
parent
985c7eb56e
commit
4c26beb16e
|
@ -77,7 +77,7 @@
|
||||||
|
|
||||||
// For handlebars only.
|
// For handlebars only.
|
||||||
const bindStyle = new MatchDecorator({
|
const bindStyle = new MatchDecorator({
|
||||||
regexp: /{{[."#\-\w\s\]\[]*}}/g,
|
regexp: /{{[."#\-\w\s\][]*}}/g,
|
||||||
decoration: () => {
|
decoration: () => {
|
||||||
return Decoration.mark({
|
return Decoration.mark({
|
||||||
tag: "span",
|
tag: "span",
|
||||||
|
|
Loading…
Reference in New Issue