File tree Expand file tree Collapse file tree
Documentation/LanguageServer Expand file tree Collapse file tree 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
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": {
You can’t perform that action at this time.
0 commit comments