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

@@ -10,7 +10,7 @@
}
},
{
"scope": "meta.embedded",
"scope": ["meta.embedded", "source.groovy.embedded"],
"settings": {
"foreground": "#D4D4D4",
"background": "#1E1E1E"