Further improve colorization of embeded expressions

- Add groovy embedded support
- Make high contrast colorization consistent
This commit is contained in:
Matt Bierner
2017-09-12 11:04:02 -07:00
parent 69bc9d6ac9
commit 35c8bc4daa
20 changed files with 319 additions and 298 deletions

View File

@@ -4,7 +4,7 @@
"include": "./light_defaults.json",
"tokenColors": [
{
"scope": "meta.embedded",
"scope": ["meta.embedded", "source.groovy.embedded"],
"settings": {
"foreground": "#000000ff",
"background":"#ffffffff"