[ts] coloring for 'this'

This commit is contained in:
Martin Aeschlimann
2016-10-14 10:41:22 +02:00
parent de957293de
commit 0069a59414
6 changed files with 301 additions and 280 deletions
@@ -305,6 +305,13 @@
"settings": {
"foreground": "#d4d4d4"
}
},
{
"name": "coloring of the TS this",
"scope": "variable.this",
"settings": {
"foreground": "#569cd6"
}
}
]
}
@@ -260,6 +260,13 @@
"settings": {
"foreground": "#d4d4d4"
}
},
{
"name": "coloring of the TS this",
"scope": "variable.this",
"settings": {
"foreground": "#569cd6"
}
}
]
}
@@ -289,6 +289,13 @@
"settings": {
"foreground": "#000000"
}
},
{
"name": "coloring of the TS this",
"scope": "variable.this",
"settings": {
"foreground": "#0000ff"
}
}
]
}