Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSX coloring, this not colorized in Dark+ but it is colorized in Monokai #2955

Closed
egamma opened this issue Feb 12, 2016 · 2 comments
Closed
Assignees

Comments

@egamma
Copy link
Member

egamma commented Feb 12, 2016

In the following snippet this should be colorized
image

It is colorized when I use the monokai theme
image

@aeschli since this is colorized in monokai,this hints that this is an issue with the Dark+ theme?

@aeschli
Copy link
Contributor

aeschli commented Mar 7, 2016

It's not a problem of the themes, but caused by our flattening of text mate scopes (#3008).
The tokenizer actually returns quite detailed scopes on the source code, but the theme ends up matching against a parent scope.

duplicate of #3008

@aeschli aeschli closed this as completed Mar 7, 2016
@aeschli
Copy link
Contributor

aeschli commented Mar 7, 2016

return 
    <View>
        <Text> {JSON.stringify(this.state.connectionInfoHistory)} </Text>
    </View>;

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants