Hi, looking to roll my own .sublime-color-scheme based off my favorite prehistoric tmTheme style (Jellybeams!) and make good use of some of Sublime’s first-class functionality.
Very simple example pictured below. Only the three listed rules are in effect.
Desired mock/demo behavior (so I know what I’m doing) —
How do I style meta.string.js when nested within meta.sequence.js to be #ff0000 red?
Assume that the syntax definition for JavaScript doesn’t provide an “easy way out”, unique scope which would just give me what I want for free.
In specific, 'Unnamed Album' should remain highlighted green (as current), while 'directory', 'always', 'outside album', and 'normally' should all be red.
Is this possible?
Thanks!!

