HTMLBlockComment

object HTMLBlockComment : BlockComment

The HTML-style BlockComment with prefix, <!--`, and suffix, `-->.

Author

Richard Arriaga

Functions

Link copied to clipboard
fun comment(targetText: String): String

Comments out the provided text.

Link copied to clipboard
open override fun toggleComment(    targetText: String,     commentFullLine: Boolean,     atMinTab: Boolean): String

Toggle a comment for the provided text.