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
253 stars 90 forks source link

Feature request: Variable name syntax highlighting #1677

Closed vinamarora8 closed 4 years ago

vinamarora8 commented 4 years ago
wire a;

Here, the variable name a is not colored with font-lock-variable-name-face. Code readability can be a lot better if this feature is added.

vinamarora8 commented 4 years ago

I've addressed this in #1678

wsnyder commented 4 years ago

Your pull is a good improvement, thanks for contributing.

I suspect there maybe someone who will prefer old behavior but they should be able to change the face and get that, we'll see.