Fixes #150176: Extract code related to encoded token attributes to a separate file (#150275)

This commit is contained in:
Alexandru Dima
2022-05-24 15:51:23 +02:00
committed by GitHub
parent 903c5c6cc9
commit 339c3a9b60
60 changed files with 295 additions and 262 deletions

View File

@@ -5,7 +5,7 @@
import { IWorkerContext } from 'vs/editor/common/services/editorSimpleWorker';
import { UriComponents, URI } from 'vs/base/common/uri';
import { LanguageId } from 'vs/editor/common/languages';
import { LanguageId } from 'vs/editor/common/encodedTokenAttributes';
import { IValidEmbeddedLanguagesMap, IValidTokenTypeMap, IValidGrammarDefinition } from 'vs/workbench/services/textMate/common/TMScopeRegistry';
import { TMGrammarFactory, ICreateGrammarResult } from 'vs/workbench/services/textMate/common/TMGrammarFactory';
import { IModelChangedEvent, MirrorTextModel } from 'vs/editor/common/model/mirrorTextModel';