1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00

Fix regex. Wrong file before

This commit is contained in:
Andrew Kingston 2024-03-13 12:03:57 +00:00
parent 208464a158
commit 8a455781d4

View file

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