diff --git a/src/services/shims.ts b/src/services/shims.ts index c9f33914e09..e917323efe7 100644 --- a/src/services/shims.ts +++ b/src/services/shims.ts @@ -89,6 +89,7 @@ module ts { getCompilerOptionsDiagnostics(): string; getSyntacticClassifications(fileName: string, start: number, length: number): string; + getSemanticClassifications(fileName: string, start: number, length: number): string; getCompletionsAtPosition(fileName: string, position: number): string; getCompletionEntryDetails(fileName: string, position: number, entryName: string): string;