cpp-html
cpp-html copied to clipboard
Support for HTML comments
C++ has // comment and /* comment */ comments. HTML has <!-- comment --> comments, as well as <![CDATA[ comment ]]>. The former should be easy to support in C++ ﹤html﹥.