mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-09 16:39:46 -05: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