Skip to content

Commit

Permalink
Custom Class: Fixed examples (#2160)
Browse files Browse the repository at this point in the history
This adds a missing class to an example.
  • Loading branch information
RunDevelopment committed Jan 6, 2020
1 parent d7ad48f commit 0c2fe40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/custom-class/index.html
Expand Up @@ -133,7 +133,7 @@ <h2>Prefix and map classes</h2>
&lt;span class=&quot;pr-token pr-special-keyword&quot;&gt;var&lt;/span&gt;
foo
&lt;span class=&quot;pr-token pr-operator&quot;&gt;=&lt;/span&gt;
&lt;span class=&quot;pr-my-string&quot;&gt;'bar'&lt;/span&gt;
&lt;span class=&quot;pr-token pr-my-string&quot;&gt;'bar'&lt;/span&gt;
&lt;span class=&quot;pr-token pr-punctuation&quot;&gt;;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;</code></pre>

Expand Down

0 comments on commit 0c2fe40

Please sign in to comment.