mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
Colorize TS/JS function property names the same as method names
Fixes #39592
This commit is contained in:
@@ -84,8 +84,7 @@
|
||||
{
|
||||
"name": "Object keys, TS grammar specific",
|
||||
"scope": [
|
||||
"meta.object-literal.key",
|
||||
"meta.object-literal.key entity.name.function"
|
||||
"meta.object-literal.key"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#9CDCFE"
|
||||
|
||||
Reference in New Issue
Block a user