veripool / verilog-mode

Verilog-Mode for Emacs with Indentation, Hightlighting and AUTOs. Master repository for pushing to GNU, verilog.com and veripool.org.
http://veripool.org/verilog-mode
GNU General Public License v3.0
257 stars 90 forks source link

Corrects a syntax error, to fix issue https://github.com/veripool/ver… #1680

Closed vinamarora8 closed 4 years ago

vinamarora8 commented 4 years ago

The specific subex-highlighter was being ignored due to the extra ' before prepend. The reason module name was still being highlighted when ( was in the same line is because it matched this on line 3339:

;; Fontify instantiation names
'("\\([A-Za-z][A-Za-z0-9_]*\\)\\s-*(" 1 font-lock-function-name-face)
wsnyder commented 4 years ago

Thanks for the pull request, much appreciated. The git log needs a special format to appease Emacs so pushed manually.