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
The plugin marks the or '|' and '|=' bit operands as errors with the message:
, JaktToken.BRACKET_CLOSE, JaktToken.BRACKET_OPEN, JaktToken.CHAR_LITERAL, JaktToken.CURLY_CLOSE, JaktToken.CURLY_OPEN, JaktToken.EXCLAMATION_POINT, JaktToken.FALSE_KEYWORD, JaktToken.IDENTIFIER, JaktToken.IF_KEYWORD, JaktToken.MINUS, JaktToken.NEWLINE, JaktToken.PAREN_CLOSE, JaktToken.PAREN_OPEN, JaktToken.PLUS, JaktToken.STRING_LITERAL or JaktToken.TRUE_KEYWORD expected, got '='
Example code:
value_16 |= 0xff00
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The plugin marks the or '|' and '|=' bit operands as errors with the message:
Example code:
value_16 |= 0xff00
The text was updated successfully, but these errors were encountered: