mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Moves tokenization logic from text model to its own text model part.
This commit is contained in:
@@ -120,7 +120,7 @@ class ModelWorkerTextMateTokenizer extends Disposable {
|
||||
}
|
||||
}
|
||||
|
||||
this._model.setTokens(tokens);
|
||||
this._model.tokenization.setTokens(tokens);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user