cpp-html icon indicating copy to clipboard operation
cpp-html copied to clipboard

Support for HTML comments

Open jfbastien opened this issue 7 years ago • 0 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﹥.

jfbastien avatar Apr 01 '18 20:04 jfbastien