We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3972d commit 09d30d8Copy full SHA for 09d30d8
verilog-mode.el
@@ -3372,7 +3372,7 @@ See also `verilog-font-lock-extra-types'.")
3372
1 'font-lock-constant-face append)
3373
;; Fontify variable names in declarations
3374
(list
3375
- verilog-declaration-re
+ verilog-declaration-re-2-no-macro ;declaration type with optional (un)signed keyword and range
3376
3377
;; Anchored matcher (lookup Search-Based Fontification)
3378
'verilog-declaration-varname-matcher
0 commit comments