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

https://github.com/mint-lang/highlightjs-mint

Mint programming language grammar for Highlight.js
https://github.com/mint-lang/highlightjs-mint

highlightjs mint-lang syntax-highlighting

Last synced: 2 months ago
JSON representation

Mint programming language grammar for Highlight.js

Awesome Lists containing this project

README

          

# highlightjs-mint

[Mint](https://mint-lang.com) programming language grammar for Highlight.js

## Usage

Simply load this 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();

```

For more details of the usage see [Highlight.js main page](https://github.com/highlightjs/highlight.js#readme).