Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/verilog/highlights.scm')
-rw-r--r--runtime/queries/verilog/highlights.scm15
1 files changed, 4 insertions, 11 deletions
diff --git a/runtime/queries/verilog/highlights.scm b/runtime/queries/verilog/highlights.scm
index 5a1dd9eb..a194ac33 100644
--- a/runtime/queries/verilog/highlights.scm
+++ b/runtime/queries/verilog/highlights.scm
@@ -106,7 +106,6 @@
"+"
"/"
"*"
- "**"
"^"
"&"
"|"
@@ -119,6 +118,8 @@
"'{"
"<="
"@"
+ "or"
+ "and"
"=="
"!="
"==="
@@ -130,15 +131,8 @@
"%"
">>"
"<<"
- ">>>"
- "<<<"
"|="
(inc_or_dec_operator)
- "?"
-] @operator
-[
- "or"
- "and"
] @keyword.operator
(cast
@@ -150,9 +144,6 @@
(port_identifier
(simple_identifier) @variable)
-(variable_port_header ("var") @type.builtin)
-(data_declaration ("var") @type.builtin)
-(tf_port_item1 ("var") @type.builtin)
[
(net_type)
(integer_vector_type)
@@ -316,3 +307,5 @@
"("
")"
] @punctuation.bracket
+
+(ERROR) @error