feat(solidity): add missing operators for highlights

pull/10757/head
beeb 6 months ago
parent 855568fa34
commit 9652a137d4
No known key found for this signature in database
GPG Key ID: 3C74CF4793150A13

@ -223,6 +223,16 @@
"new" "new"
"++" "++"
"--" "--"
"+="
"-="
"*="
"/="
"%="
"^="
"&="
"|="
"<<="
">>="
] @operator ] @operator
[ [

Loading…
Cancel
Save