Skip to content

Commit

Permalink
Crystal: Update known failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
Golmote committed Mar 26, 2018
1 parent b0e34fb commit e1d2d42
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions examples/prism-crystal.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,4 @@ <h2>Macro expansions</h2>
def {{ key.id }}
{{ value }}
end
{% end %}</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>Attriubte-like substrings</h3>
<pre><code>" @[AlwaysInline] "</code></pre>

<h3>Macro expansions in strings</h3>
<pre><code>" {{ foo }} "
" {% bar %} "</code></pre>
{% end %}</code></pre>

0 comments on commit e1d2d42

Please sign in to comment.