vscode-language-babel
vscode-language-babel copied to clipboard
Function calls with objects in template strings mismatching closing }
current behavior:
github's behavior here is a bit better:
`hello ${world({
one: 1,
two: 2,
})} how are you`
specifically, the ${} characters should be a different color than the text, and the code inside should receive normal syntax highlighting.
I believe that the "Sublime Babel" vscode extension also has pretty good behavior here.
Hmm. This doesn't seem to be an issue on my machine. What theme are you using?

@michaelgmcd Looks like I'm on Dark+ (default dark) – is that supported?
(Note that it has the same issue on Solarized dark)
Sorry for the delay. Can you try the "Palenight Italic" theme I'm using in the screenshot above?
I do get the same result as you (it seems less broken), though it too is broken with the "Bracket Pair Colorizer" extension that I have:
Note the closing }) which should be pink and then yellow
@michaelgmcd any update here?