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

add comment syntax somewhat similiar to <!--

Open edditler opened this issue 7 years ago • 1 comments
trafficstars

So this aims at resolving https://github.com/jfbastien/cpp-html/issues/1. As far as I understood special characters apart from underscores are not allowed in macro definitions.

Is there another way to make this more similar to the <!-- comment --> syntax?

edditler avatar Apr 03 '18 09:04 edditler

What you want is Unicode characters that look right and are valid in C++ identifiers. Something like ﹤❗–– and ––﹥.

jfbastien avatar Apr 06 '18 00:04 jfbastien