Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 876 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 876 Bytes

sentient.prism

Prism syntax highlighting for Sentient. For use in web pages.

You can view a demo here.

Instructions

Add a link to the stylesheet inside head:

<link href="sentient.prism.css" rel="stylesheet" />

Add the Prism library and this extension immediately before the body close tag:

<script src="prism.js"></script>
<script src="sentient.prism.js"></script>

Add a preformatted code block in the body:

<pre>
  <code class="language-sentient">
    a = [1, 2, 3];
  </code>
</pre>

Note: You may wish to include the Normalize Whitespace plugin to remove surplus whitespace.

License

Copyright © 2016 Sentient Lang.

Distributed under the MIT License.