mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Further improve colorization of embeded expressions
- Add groovy embedded support - Make high contrast colorization consistent
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"include": "./light_defaults.json",
|
||||
"tokenColors": [
|
||||
{
|
||||
"scope": "meta.embedded",
|
||||
"scope": ["meta.embedded", "source.groovy.embedded"],
|
||||
"settings": {
|
||||
"foreground": "#000000ff",
|
||||
"background":"#ffffffff"
|
||||
|
||||
Reference in New Issue
Block a user