File tree 1 file changed +0
-13
lines changed
Documentation/LanguageServer
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ Colors are associated with [TextMate scopes](https://macromates.com/manual/en/la
26
26
| Function Template | entity.name.function.template |
27
27
| Generic Type (C++/CLI) | entity.name.class.generic |
28
28
| Global Variable | variable.other.global |
29
- | Identifier | <span >entity.name</span > |
30
29
| Label | entity.name.label |
31
30
| Local Variable | variable.other.local |
32
31
| Macro | entity.name.function.preprocessor |
@@ -87,12 +86,6 @@ Use the following to augment the Visual Studio Dark theme to match what Visual S
87
86
"editor.tokenColorCustomizations": {
88
87
"[Visual Studio Dark]": {
89
88
"textMateRules": [
90
- {
91
- "scope": "entity.name",
92
- "settings": {
93
- "foreground": "#FFFFFF"
94
- }
95
- },
96
89
{
97
90
"scope": "comment",
98
91
"settings": {
@@ -308,12 +301,6 @@ Use the following to augment the Visual Studio Light theme to match what Visual
308
301
"editor.tokenColorCustomizations": {
309
302
"[Visual Studio Light]": {
310
303
"textMateRules": [
311
- {
312
- "scope": "entity.name",
313
- "settings": {
314
- "foreground": "#000000"
315
- }
316
- },
317
304
{
318
305
"scope": "comment",
319
306
"settings": {
You can’t perform that action at this time.
0 commit comments