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

@@ -14,6 +14,16 @@
"background": "#000000"
}
},
{
"scope": [
"meta.embedded",
"source.groovy.embedded"
],
"settings": {
"foreground": "#FFFFFF",
"background": "#000000"
}
},
{
"scope": "emphasis",
"settings": {