https://github.com/capjamesg/visionscript-highlight.js
Highlight VisionScript code in HTML documents.
https://github.com/capjamesg/visionscript-highlight.js
visionscript
Last synced: 11 months ago
JSON representation
Highlight VisionScript code in HTML documents.
- Host: GitHub
- URL: https://github.com/capjamesg/visionscript-highlight.js
- Owner: capjamesg
- License: mit
- Created: 2023-08-19T08:15:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T08:16:39.000Z (over 2 years ago)
- Last Synced: 2025-03-28T19:16:41.270Z (11 months ago)
- Topics: visionscript
- Language: JavaScript
- Homepage: https://visionscript.dev
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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:
```html
```
The syntax highligher is applied to all elements with the `visionscript-code` class. For example:
```html
Load["./cats.png"]
Detect["cat"]
Count[]
Say[]
```
## License
This project is licensed under an [MIT license](LICENSE).