Bring Coldfusion Comments those back for .cfm and .cfc files
I get you may not want to support all of Coldfusion but not correctly commenting out and recognizing Coldfusion comments is literally purposefully misreading the files.
It cannot be hard, but it would be a nice hat tip. Dreamweaver has features such as file management and site search/replace that simply isn't matched in another IDE for ease of use.
If you want people to keep using Dreamweaver this would sure help retain casual ColdFusion users. The aren't ever going to migrate to your other IDE and the hardcore users aren't going start using Dreamweaver just because you respect comments.
The beauty of the <!--- comment is that you can quickly wrap code, including comments <!-- without haven't to remove every comment.
<!---
yo dawg
<!-- Help a Brother Out -->
<p>JoeMama would approve</p>
--->
Thanks!