gruvbox-material-vscode icon indicating copy to clipboard operation
gruvbox-material-vscode copied to clipboard

Text foreground color different between regular and arrow function JSX components

Open adamdotjs opened this issue 1 year ago • 0 comments

Within JSX code blocks, the text foreground color is different between components defined as regular functions and arrow functions.

The text foreground in regular functions appears to be pulling from the meta.function textmate scope, whereas there is no definition for the text inside the arrow functions.

example

I would expect both examples to use same #D4BE98 editor foreground color to match standard HTML output, but if for some reason this is done intentionally feel free to close out this issue.

adamdotjs avatar Apr 11 '23 18:04 adamdotjs