mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-20 15:19:54 +01:00
4495f714a9
**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.