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