CFML (an HTML-like markup language supported by Adobe ColdFusion's and Lucee's respective application servers) uses <!--- and ---> for comments. Having the existing HTML/XML comment <!-- and --> ligatures without their CFML counterparts makes it tough to read/work with CFML code with a monospaced font supporting ligatures, as only part of the comment identifier token is "ligaturized".
CFML (an HTML-like markup language supported by Adobe ColdFusion's and Lucee's respective application servers) uses
<!---
and--->
for comments. Having the existing HTML/XML comment<!--
and-->
ligatures without their CFML counterparts makes it tough to read/work with CFML code with a monospaced font supporting ligatures, as only part of the comment identifier token is "ligaturized".