verilog: separate highlighting of keyword operators (#13473)

pull/13479/head
Remo Senekowitsch 2025-05-06 15:24:14 +02:00 committed by GitHub
parent fb45017a26
commit e53462c78c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 2 deletions

View File

@ -106,6 +106,7 @@
"+"
"/"
"*"
"**"
"^"
"&"
"|"
@ -118,8 +119,6 @@
"'{"
"<="
"@"
"or"
"and"
"=="
"!="
"==="
@ -131,8 +130,15 @@
"%"
">>"
"<<"
">>>"
"<<<"
"|="
(inc_or_dec_operator)
"?"
] @operator
[
"or"
"and"
] @keyword.operator
(cast