Skip to content

Commit 7d6e047

Browse files
committed
fix: Correct fontification of var names with '(un)signed' keyword
Partially fix for veripool#1752.
1 parent c81dda0 commit 7d6e047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verilog-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -3441,7 +3441,7 @@ See also `verilog-font-lock-extra-types'.")
34413441
1 'font-lock-constant-face append)
34423442
;; Fontify variable names in declarations
34433443
(list
3444-
verilog-declaration-re
3444+
verilog-declaration-re-2-no-macro ;declaration type with optional (un)signed keyword and range
34453445
(list
34463446
;; Anchored matcher (lookup Search-Based Fontification)
34473447
'verilog-declaration-varname-matcher

0 commit comments

Comments
 (0)