Classify Identifiers as 'Identifier', not 'Text'.

This commit is contained in:
Cyrus Najmabadi 2015-07-13 16:44:07 -07:00
parent babddd69b8
commit 96c1b9c358

View File

@ -6574,7 +6574,7 @@ namespace ts {
}
}
return ClassificationType.text;
return ClassificationType.identifier;
}
}