mirror of https://github.com/helix-editor/helix
feat(solidity): add missing operators for highlights
parent
855568fa34
commit
9652a137d4
|
@ -223,6 +223,16 @@
|
||||||
"new"
|
"new"
|
||||||
"++"
|
"++"
|
||||||
"--"
|
"--"
|
||||||
|
"+="
|
||||||
|
"-="
|
||||||
|
"*="
|
||||||
|
"/="
|
||||||
|
"%="
|
||||||
|
"^="
|
||||||
|
"&="
|
||||||
|
"|="
|
||||||
|
"<<="
|
||||||
|
">>="
|
||||||
] @operator
|
] @operator
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue