vscode-tlaplus icon indicating copy to clipboard operation
vscode-tlaplus copied to clipboard

Syntax highlighting broken for single-line LET with multiple definitions

Open lemmy opened this issue 3 years ago • 3 comments

LET  from == GraphNodePos[u[1]] to == GraphNodePos[u[2]] ... IN ...
Screen Shot 2021-12-12 at 10 57 12 AM

Note the to that is not highlighted.

lemmy avatar Dec 12 '21 18:12 lemmy

@johnyf FYI, since multiple definitions on the same line in a LET/IN recently came up in a different context.

lemmy avatar Dec 21 '21 16:12 lemmy

Looks like this issue has been fixed: the to is highlighted. image

anton-trunov avatar May 23 '22 18:05 anton-trunov

If yes, not exhaustively because the second GraphNodePos is still black.

lemmy avatar May 23 '22 19:05 lemmy