Dreamweaver theme for coldfusion tags
I love the Coldfusion tags colors used in the old Dreamweaver (for example, CS6) and I hear the same thing from other CF programmers.
In Dreamweaver 2021, I have starting creating my "Classic Dreamweaver" theme using the main.less file but am having problems making the html comments ("<!--") tags grey and the coldfusion comments ("<!---") tags yellow background with black font.
https://helpx.adobe.com/dreamweaver/using/customize-code-coloring.html#mixed-code
.cm-comment { color: #7a7a7a; /* same css class for both coldfusion and html comments */ }
I tried this and it doesn't work, all comments are grey:
.CFM{ .cm-comment { background-color: #FFFF99; color: #000000; } }
Have anyone tried doing it with any success?
