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
Good catch! That's a good motivation for making another style_indent which works on text, rather than syntax after preprocessing, see #247.
That line is probably being treated as a preprocessor comment (see preproc.rs in sv-parser and Clause 22 of the LRM) so might not be visible to the syntax parser.
Good case:
Bad case:
The text was updated successfully, but these errors were encountered: