Skip to content

Commit 96c1b9c

Browse files
Classify Identifiers as 'Identifier', not 'Text'.
1 parent babddd6 commit 96c1b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6574,7 +6574,7 @@ namespace ts {
65746574
}
65756575
}
65766576

6577-
return ClassificationType.text;
6577+
return ClassificationType.identifier;
65786578
}
65796579
}
65806580

0 commit comments

Comments
 (0)