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

[C++] Fix issue 3883 #4122

Merged
merged 1 commit into from
Dec 31, 2024
Merged

[C++] Fix issue 3883 #4122

merged 1 commit into from
Dec 31, 2024

Conversation

simartin
Copy link
Contributor

@simartin simartin commented Dec 29, 2024

Codebases such as Qt or GCC use macros to annotate some class/struct/union.

This patch teaches the C++ syntax highlighter about such constructs, and fixes #3883.

@simartin simartin changed the title [C++Fix for issue @Codebases such as Qt or GCC use macros to annotate some class/struct/… [C++] Fix for issue 3883 Dec 29, 2024
@simartin simartin changed the title [C++] Fix for issue 3883 [C++] Fix issue 3883 Dec 29, 2024
@simartin simartin force-pushed the issue_3883 branch 2 times, most recently from ce7f223 to 01a7b7f Compare December 29, 2024 15:35
…union.

This patch teaches the C++ syntax highlighter about such constructs, and fixes issue sublimehq#3883.
Copy link
Collaborator

@deathaxe deathaxe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@deathaxe deathaxe merged commit c076d47 into sublimehq:master Dec 31, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[C++] Macro with arguments right after class keyword breaks all subsequent file
3 participants