mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
Further improve colorization of embeded expressions
- Add groovy embedded support - Make high contrast colorization consistent
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "meta.embedded",
|
||||
"scope": ["meta.embedded", "source.groovy.embedded"],
|
||||
"settings": {
|
||||
"foreground": "#D4D4D4",
|
||||
"background": "#1E1E1E"
|
||||
|
||||
Reference in New Issue
Block a user