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

https://github.com/esshahn/commodore-highlight

Highlight.js language support for 6502 assembly.
https://github.com/esshahn/commodore-highlight

6502 assembly highlight syntax

Last synced: 8 months ago
JSON representation

Highlight.js language support for 6502 assembly.

Awesome Lists containing this project

README

          

# commodore-highlight

Syntax Highlighting for your website based on [highlightjs.org](https://highlightjs.org).

Currently supported:

* (okayish) ACME assembly language for the 6502 CPU family (e.g. Commodore 64)
* (wonky) BASIC (2.0, 3.5, 7.0) language fro the Commodore 264, 64, 128

## Usage:

For official implementation information, check out [highlightjs.org](https://highlightjs.org) and the [usage guide](https://highlightjs.org/usage/).

If you just want to integrate highlight.js and commodore-highlight, this is what your website header could look like:

```

```

## Demo

To see commodore-highlight in action: [https://www.awsm.de/blog/commodore-highlight/](https://www.awsm.de/blog/commodore-highlight/)