Skip to content

Commit

Permalink
Makefile example: Add known failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Golmote committed Aug 26, 2015
1 parent 8147c9b commit e0f8984
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion examples/prism-makefile.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,14 @@ <h2>Complete example</h2>
> tmp.dir/$$X ; done
cd tmp.dir ; zoo aM ../tar.zoo *
-rm -rf tmp.dir
</code></pre>
</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 substring</h3>
<pre><code>"foo # bar";</code></pre>

0 comments on commit e0f8984

Please sign in to comment.