vscode-tlaplus
vscode-tlaplus copied to clipboard
Syntax highlighting broken for single-line LET with multiple definitions
LET from == GraphNodePos[u[1]] to == GraphNodePos[u[2]] ... IN ...
Note the to that is not highlighted.
@johnyf FYI, since multiple definitions on the same line in a LET/IN recently came up in a different context.
Looks like this issue has been fixed: the to is highlighted.

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