https://github.com/gbdev/highlightjs-rgbasm
A RGBASM language grammar for highlight.js
https://github.com/gbdev/highlightjs-rgbasm
Last synced: 10 months ago
JSON representation
A RGBASM language grammar for highlight.js
- Host: GitHub
- URL: https://github.com/gbdev/highlightjs-rgbasm
- Owner: gbdev
- License: mit
- Created: 2021-05-21T15:42:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-13T15:14:45.000Z (over 4 years ago)
- Last Synced: 2025-04-11T05:06:22.969Z (10 months ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RGBASM - a language grammar for highlight.js

## Usage
Simply include the Highlight.js library in your webpage or Node app, then load this module.
### Static website or simple usage
Simply load the module after loading Highlight.js. You'll use the minified version found in the `dist` directory. This module is just a CDN build of the language, so it will register itself as the Javascript is loaded.
```html
hljs.highlightAll();
```
## License
Highlight.js is released under the MIT License. See [LICENSE][1] for details.
### Author
Eldred HABERT
## Links
- The official site for the Highlight.js library is .
- The Highlight.js GitHub project:
[1]: https://github.com/gbdev/highlightjs-rgbasm/blob/master/LICENSE