fix(solidity): remove spurious operators in highlight queries (#7412)

This commit is contained in:
JoranHonig 2024-11-27 11:04:28 +01:00 committed by GitHub
parent cc292c869f
commit 8d4fdc5e47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -267,7 +267,6 @@
"&&"
"||"
">>"
">>>"
"<<"
"&"
"^"
@ -283,7 +282,6 @@
"<="
"=="
"!="
"!=="
">="
">"
"!"