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
The lexing of @PCode tags is too simple, and just looks for an unbalanced amount of } compared {. We should probably use the pcode lexer and count actual {/} tokens, instead.
Reproduction:
@PCode { Push "}" }The lexing of
@PCodetags is too simple, and just looks for an unbalanced amount of}compared{. We should probably use the pcode lexer and count actual{/}tokens, instead.