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

Adds syntax highlighting for identifiers in declaration statements #1678

Closed vinamarora8 closed 4 years ago

vinamarora8 commented 4 years ago

Aims at solving issue https://github.com/veripool/verilog-mode/issues/1677

vinamarora8 commented 4 years ago

This is how a sample source now looks (with gruvbox) Screenshot_2020-06-14_16-46-59

vinamarora8 commented 4 years ago

Currently this doesn't support declaration statements spanning multiple lines. That apparently would take a lot more work and I'm looking into it. For now, this works well for single line declarations and will be good enough for majority of cases.