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

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

Awesome Lists containing this project

README

          

# RGBASM - a language grammar for highlight.js

![license](https://badgen.net/badge/license/MIT/blue)

## 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