Skip to content

Commit

Permalink
Update file-md.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve committed Sep 15, 2023
1 parent de943d6 commit bef07db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-language-core/src/plugins/file-md.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const scriptSetupReg = /\\\<[\s\S]+?\>\n?/g;
const sfcBlockReg = /\<(script|style)\b[\s\S]*?\>([\s\S]*?)\<\/\1\>/g;
const angleBracketReg = /\<\S*\:\S*\>/g;
const linkReg = /\[[\s\S]*?\]\([\s\S]*?\)/g;
const codeSnippetImportReg = /^<<<\s*.+/gm;
const codeSnippetImportReg = /^\s*<<<\s*.+/gm;

const plugin: VueLanguagePlugin = () => {

Expand Down

0 comments on commit bef07db

Please sign in to comment.