Skip to content

Commit 09d30d8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verilog-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3372,7 +3372,7 @@ See also `verilog-font-lock-extra-types'.")
33723372
1 'font-lock-constant-face append)
33733373
;; Fontify variable names in declarations
33743374
(list
3375-
verilog-declaration-re
3375+
verilog-declaration-re-2-no-macro ;declaration type with optional (un)signed keyword and range
33763376
(list
33773377
;; Anchored matcher (lookup Search-Based Fontification)
33783378
'verilog-declaration-varname-matcher

0 commit comments

Comments
 (0)