Fix regex. Wrong file before
This commit is contained in:
parent
208464a158
commit
8a455781d4
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue