mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08:00
**Bug** For long/not-terminated frontmatter in a markdown file, we can currently hang the process while trying match it using a regular expression **Fix** Use a more efficent regexp to do this.