You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were two issues causing this, the first is handled in attached patch, but the second is that macro names are only recognized when they have an underscore in them, as per discussion in #94. We can change that, but it might lead to false positives.
Repros with the following code; pressing Enter after the closing brace results in indentation:
This doesn't occur in the base C++ mode w/ smartIndent and other settings enabled.
The text was updated successfully, but these errors were encountered: