Skip to content

Commit

Permalink
fix: Correct fontification of var names with '(un)signed' keyword
Browse files Browse the repository at this point in the history
Partially fix for veripool#1752.
  • Loading branch information
kaushalmodi committed May 4, 2023
1 parent c81dda0 commit 7d6e047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verilog-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -3441,7 +3441,7 @@ See also `verilog-font-lock-extra-types'.")
1 'font-lock-constant-face append)
;; Fontify variable names in declarations
(list
verilog-declaration-re
verilog-declaration-re-2-no-macro ;declaration type with optional (un)signed keyword and range
(list
;; Anchored matcher (lookup Search-Based Fontification)
'verilog-declaration-varname-matcher
Expand Down

0 comments on commit 7d6e047

Please sign in to comment.