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

Add support of hideshow for ifdef/ifndef block #1819

Closed my2817 closed 1 year ago

my2817 commented 1 year ago
  1. add ifdef/ifndef into verilog-beg-block-re-ordered
  2. update verilog-calc-1. It's return value don't changed by item 1
  3. update verilog-leap-to-head. Enable search back from `endif
my2817 commented 1 year ago

Hi, I think this function is ready. Looking forward to your comments.

wsnyder commented 1 year ago

Looks good, just a few spacing issues I'll fix for you. For GNU licensing reasons can you please indicate your real name and certify this contribution is open source to GNU - or email me privately at wsnyder@wsnyder.org. Then I'll merge. Thanks.

my2817 commented 1 year ago

My real name is heyun, and I confirm that this contribution is open source to GNU.

(If need some other certify file, pls let me know, thanks)

wsnyder commented 1 year ago

I merged manually, thanks for the pull request.