Fix regex. Wrong file before

This commit is contained in:
Andrew Kingston 2024-03-13 12:03:57 +00:00
parent 208464a158
commit 8a455781d4
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@
// Match decoration for snippets // Match decoration for snippets
const snippetMatchDeco = new MatchDecorator({ const snippetMatchDeco = new MatchDecorator({
regexp: /snippets.[^\s(]+/g, regexp: /snippets\.[^\s(]+/g,
decoration: () => { decoration: () => {
return Decoration.mark({ return Decoration.mark({
tag: "span", tag: "span",