An open API service indexing awesome lists of open source software.

https://github.com/highlightjs/highlightjs-riscript

Highlight.js grammar for Riscript
https://github.com/highlightjs/highlightjs-riscript

Last synced: 7 days ago
JSON representation

Highlight.js grammar for Riscript

Awesome Lists containing this project

README

        

# highlight.js grammar for [riscript](https://rednoise.org/rita/reference/riscript.html)

## Simple usage
Load this mode (you can find it under `dist`) and the css file (you can find it under `css`) after loading highlight.js
For now I am still trying to get auto-detect to work, so you will need to add css class `riscript` to the `code` tag.
A simple example is below
```html

...




hljs.highlightAll();

...

...



you code here


...

```

## License
highlight.js is released under BSD-3-Clause license, this grammar mode, RiScript and RiTa are released under the GPL license

## Links
- The official site for the Highlight.js library is .
- The Highlight.js GitHub project:
- RiScript is a part of RiTa, a toolkit for computational literature: