We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
\*
==
Commented after \* has non-gray text color when there is == (definition) is included as a comment.
---- MODULE Expect ---- EXTENDS TLC TODO == FALSE A == TODO \* B == C ====
Expected the text after \* to be grayed out as any other comment.
=
The text was updated successfully, but these errors were encountered:
One more observation: The comment does not get highlighted if B has non-zero arity.
B
Sorry, something went wrong.
As per @lemmy 's comment:
Note that B() == C is invalid TLA.
B() == C
No branches or pull requests
Description:
Commented after
\*
has non-gray text color when there is==
(definition) is included as a comment.Steps to reproduce:
Expectations:
Expected the text after
\*
to be grayed out as any other comment.=
instead of==
Version Information:
The text was updated successfully, but these errors were encountered: