HTML and PHP finally got code folding added! The current implementation only adds fold regions for tags that require being closed. Inline JavaScript and PHP code are not currently checked for fold regions. JSP will likely soon follow.
Also, support for NSIS scripts has been added. I’m sure most developers are familiar with NSIS, which makes it super easy to create installers for your Windows applications. RSTA now supports full syntax highlighting and code folding for NSIS scripts:
[…] Code folding added for HTML, JSP, and PHP. […]