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

Incorrect syntax highlighting in C with GNU Statement Expressions #4058

Open
StreetwareGames opened this issue Oct 16, 2024 · 0 comments
Open
Labels
C: Syntax T: bug A bug in an existing language feature

Comments

@StreetwareGames
Copy link

StreetwareGames commented Oct 16, 2024

What happened?

Hi, this piece of C code has incorrect syntax highlighting in sublime text

image

struct test {
    int x;
};

int main() {
    struct test* a = ({
        nullptr;
    });

    return 0;
}
@deathaxe deathaxe added T: bug A bug in an existing language feature C: Syntax labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Syntax T: bug A bug in an existing language feature
Projects
None yet
Development

No branches or pull requests

2 participants