File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1171,7 +1171,7 @@ module ts {
11711171 }
11721172
11731173 export interface Classifier {
1174- getClassificationsForLine ( text : string , lexState : EndOfLineState , classifyKeywordsInGenerics ?: boolean ) : ClassificationResult ;
1174+ getClassificationsForLine ( text : string , lexState : EndOfLineState , syntacticClassifierAbsent ?: boolean ) : ClassificationResult ;
11751175 }
11761176
11771177 /**
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ module ts {
165165 }
166166
167167 export interface ClassifierShim extends Shim {
168- getClassificationsForLine ( text : string , lexState : EndOfLineState , classifyKeywordsInGenerics ?: boolean ) : string ;
168+ getClassificationsForLine ( text : string , lexState : EndOfLineState , syntacticClassifierAbsent ?: boolean ) : string ;
169169 }
170170
171171 export interface CoreServicesShim extends Shim {
You can’t perform that action at this time.
0 commit comments