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
- Host: GitHub
- URL: https://github.com/highlightjs/highlightjs-riscript
- Owner: highlightjs
- License: gpl-3.0
- Created: 2021-02-05T21:58:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T21:03:45.000Z (over 3 years ago)
- Last Synced: 2025-05-19T14:04:39.723Z (about 1 month ago)
- Language: CSS
- Size: 33.2 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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: