Skip to content

sentient-lang/prism-sentient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors