feat(solidity): add missing operators for highlights

pull/10757/head
beeb 2024-05-14 08:44:47 +02:00
parent 855568fa34
commit 9652a137d4
No known key found for this signature in database
GPG Key ID: 3C74CF4793150A13
1 changed files with 10 additions and 0 deletions

View File

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