Custom coloring for knockoutjs comment style bindings so it is easy to differentiate between standard html comments and knockout bindings contained within comments. An extremely simple editor classifier that uses HtmlAgilityPack to find comment nodes in the document and regular expressions to detect if the content of the comment is a knockout binding. |