Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--runtime/queries/solidity/highlights.scm11
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/queries/solidity/highlights.scm b/runtime/queries/solidity/highlights.scm
index fcc8d3e3..73f354a2 100644
--- a/runtime/queries/solidity/highlights.scm
+++ b/runtime/queries/solidity/highlights.scm
@@ -75,6 +75,7 @@
; Invocations
(emit_statement . (identifier) @type)
+(revert_statement error: (identifier) @type)
(modifier_invocation (identifier) @function)
(call_expression . (member_expression property: (identifier) @function.method))
@@ -223,6 +224,16 @@
"new"
"++"
"--"
+ "+="
+ "-="
+ "*="
+ "/="
+ "%="
+ "^="
+ "&="
+ "|="
+ "<<="
+ ">>="
] @operator
[