Skip to content

capjamesg/visionscript-highlight.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

VisionScript logo

VisionScript Code Highlighter (JS)

visionscript-highlight.js lets you highlight VisionScript code in the browser.

Install

To use visionscript-highlight.js, first copy the visionscript-highlight.js file into your project directory. Then, load the script:

<script src="visionscript-highlight.js"></script>

The syntax highligher is applied to all elements with the visionscript-code class. For example:

<pre class="visionscript-code">
    Load["./cats.png"]
    Detect["cat"]
    Count[]
    Say[]
</pre>

License

This project is licensed under an MIT license.

About

Highlight VisionScript code in HTML documents.

Topics

Resources

License

Stars

Watchers

Forks