Commit a1dcf1aeaf0540aafe3da5274137217fb271cd67

Golmote 2015-01-03T12:37:50

Add known failures for C-like

diff --git a/examples/prism-clike.html b/examples/prism-clike.html
index 9e68f25..a1ec32f 100644
--- a/examples/prism-clike.html
+++ b/examples/prism-clike.html
@@ -26,4 +26,14 @@ comment */</code></pre>
 <pre><code>foo();
 Bar();
 _456();
-</code></pre>
\ No newline at end of file
+</code></pre>
+
+<h2>Known failures</h2>
+<p>There are certain edge cases where Prism will fail.
+	There are always such cases in every regex-based syntax highlighter.
+	However, Prism dares to be open and honest about them.
+	If a failure is listed here, it doesn’t mean it will never be fixed. This is more of a “known bugs” list, just with a certain type of bug.
+</p>
+
+<h3>Comment-like substrings</h3>
+<pre><code>"foo /* bar */ baz"; "foo // bar";</code></pre>
\ No newline at end of file