mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Classify Identifiers as 'Identifier', not 'Text'.
This commit is contained in:
@@ -6574,7 +6574,7 @@ namespace ts {
|
||||
}
|
||||
}
|
||||
|
||||
return ClassificationType.text;
|
||||
return ClassificationType.identifier;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user