mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 966b87dd4013be1a9c06e2b8334522ec61905cc2 (#4696)
This commit is contained in:
@@ -1567,9 +1567,9 @@ export interface ITokenizationRegistry {
|
||||
|
||||
/**
|
||||
* Get the tokenization support for a language.
|
||||
* Returns null if not found.
|
||||
* Returns `null` if not found.
|
||||
*/
|
||||
get(language: string): ITokenizationSupport;
|
||||
get(language: string): ITokenizationSupport | null;
|
||||
|
||||
/**
|
||||
* Get the promise of a tokenization support for a language.
|
||||
|
||||
Reference in New Issue
Block a user