Skip to content

Commit 3926110

Browse files
authored
Update colorization.md to remove (syntactic) identifier (#3832)
1 parent f5975e6 commit 3926110

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Documentation/LanguageServer/colorization.md

-13
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Colors are associated with [TextMate scopes](https://macromates.com/manual/en/la
2626
| Function Template | entity.name.function.template |
2727
| Generic Type (C++/CLI) | entity.name.class.generic |
2828
| Global Variable | variable.other.global |
29-
| Identifier | <span>entity.name</span> |
3029
| Label | entity.name.label |
3130
| Local Variable | variable.other.local |
3231
| Macro | entity.name.function.preprocessor |
@@ -87,12 +86,6 @@ Use the following to augment the Visual Studio Dark theme to match what Visual S
8786
"editor.tokenColorCustomizations": {
8887
"[Visual Studio Dark]": {
8988
"textMateRules": [
90-
{
91-
"scope": "entity.name",
92-
"settings": {
93-
"foreground": "#FFFFFF"
94-
}
95-
},
9689
{
9790
"scope": "comment",
9891
"settings": {
@@ -308,12 +301,6 @@ Use the following to augment the Visual Studio Light theme to match what Visual
308301
"editor.tokenColorCustomizations": {
309302
"[Visual Studio Light]": {
310303
"textMateRules": [
311-
{
312-
"scope": "entity.name",
313-
"settings": {
314-
"foreground": "#000000"
315-
}
316-
},
317304
{
318305
"scope": "comment",
319306
"settings": {

0 commit comments

Comments
 (0)