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
At the moment, anodized-fmt relies on syn to parse and manipulate the spec attributes. The problem is that syn's parser treats comments as whitespace, so they're not represented in the input that the spec parser works with.
At the moment,
anodized-fmtrelies onsynto parse and manipulate thespecattributes. The problem is thatsyn's parser treats comments as whitespace, so they're not represented in the input that thespecparser works with.