Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--runtime/queries/verilog/highlights.scm10
1 files changed, 8 insertions, 2 deletions
diff --git a/runtime/queries/verilog/highlights.scm b/runtime/queries/verilog/highlights.scm
index de65cab0..9cec88be 100644
--- a/runtime/queries/verilog/highlights.scm
+++ b/runtime/queries/verilog/highlights.scm
@@ -106,6 +106,7 @@
"+"
"/"
"*"
+ "**"
"^"
"&"
"|"
@@ -118,8 +119,6 @@
"'{"
"<="
"@"
- "or"
- "and"
"=="
"!="
"==="
@@ -131,8 +130,15 @@
"%"
">>"
"<<"
+ ">>>"
+ "<<<"
"|="
(inc_or_dec_operator)
+ "?"
+] @operator
+[
+ "or"
+ "and"
] @keyword.operator
(cast