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

Fix indentation after double comment. #1784

Closed gmlarumbe closed 1 year ago

gmlarumbe commented 1 year ago

Hi,

This PR fixes indentation of next line when there are comment delimiters inside a comment.

Related issue: #1717