Move files to better folders and add better name

This commit is contained in:
Matt Bierner
2022-03-29 13:05:01 -07:00
parent c8c6224c84
commit d49fc3ca8d
6 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ import { MarkdownContributionProvider as MarkdownContributionProvider } from './
import { Slugifier } from './slugify';
import { SkinnyTextDocument } from './tableOfContentsProvider';
import { stringHash } from './util/hash';
import { isOfScheme, Schemes } from './util/links';
import { isOfScheme, Schemes } from './util/schemes';
import { WebviewResourceProvider } from './util/resources';
const UNICODE_NEWLINE_REGEX = /\u2028|\u2029/g;